#da5bdf

Color #DA5BDF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DA5BDF

Tints of Free Speech Magenta #DA5BDF

Color information

#DA5BDF (or 0xDA5BDF) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5B and DF. RGB value is (218,91,223). Sum of RGB (Red+Green+Blue) = 218+91+223=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5BDF is #25A420. Grayscale: #8F8F8F. Windows color (decimal): -2466849 or 14638042. OLE color: 14638042.

HSL color Cylindrical-coordinate representation of color #DA5BDF: hue angle of 297.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5BDF is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21891223-
CMYK0.020.5900.13
HSL297.73º67.35%61.57%-
HSV(B)297.73º59.19%87.45%-
XYZ45.9727.7272.74-
YUV144.02172.58180.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 91 (35.94% from 255) = 17.11%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=40.98%
G=17.11%
B=41.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218912230.020.5900.13297.7367.3561.57
HexDA5BDF23B0D12a433e
Octal33213333727301545210376
Binary1101101010110111101111110111011011011001010101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da5bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da5bdf; }

 p { color: rgb(218,91,223); }

 H1.HeaderClassName
 {
   color: #da5bdf;
 }
 .AnyTagClassName
 {
   color: #da5bdf;
 }
</style>
background-color css

<style>
 a { background-color: #da5bdf; }

 a { background-color: rgb(218,91,223); }

 div.DivClassName
 {
   background-color: #da5bdf;
 }
 .BgClassName
 {
   background-color: #da5bdf;
 }
</style>
border-color css

<style>
 span { border-color: #da5bdf; }

 span { border-color: rgb(218,91,223); }

 td.TdClassName
 {
   border-color: #da5bdf;
 }
 .TagClassName
 {
   border-color: #da5bdf;
 }
</style>