#DE5DC9

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

Shades of Free Speech Magenta #DE5DC9

Tints of Free Speech Magenta #DE5DC9

Color information

#DE5DC9 (or 0xDE5DC9) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5D and C9. RGB value is (222,93,201). Sum of RGB (Red+Green+Blue) = 222+93+201=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5DC9 is #21A236. Grayscale: #8F8F8F. Windows color (decimal): -2204215 or 13196766. OLE color: 13196766.

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

Color convert

RGB22293201-
CMYK00.580.090.13
HSL309.77º66.15%61.76%-
HSV(B)309.77º58.11%87.06%-
XYZ44.5827.5858.23-
YUV143.88160.24183.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 201 (78.91% from 255) = 38.95%
R=43.02%
G=18.02%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229320100.580.090.13309.7766.1561.76
HexDE5DC903A9D136423e
Octal336135311072111546610276
Binary110111101011101110010010111010100111011001101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5DC9; }

 p { color: rgb(222,93,201); }

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

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

 a { background-color: rgb(222,93,201); }

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

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

 span { border-color: rgb(222,93,201); }

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