#DE59CE

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

Shades of Free Speech Magenta #DE59CE

Tints of Free Speech Magenta #DE59CE

Color information

#DE59CE (or 0xDE59CE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 59 and CE. RGB value is (222,89,206). Sum of RGB (Red+Green+Blue) = 222+89+206=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE59CE is #21A631. Grayscale: #8D8D8D. Windows color (decimal): -2205234 or 13523422. OLE color: 13523422.

HSL color Cylindrical-coordinate representation of color #DE59CE: hue angle of 307.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE59CE is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB22289206-
CMYK00.600.070.13
HSL307.22º66.83%60.98%-
HSV(B)307.22º59.91%87.06%-
XYZ44.8427.1361.27-
YUV142.1164.06184.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 89 (35.16% from 255) = 17.21%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=42.94%
G=17.21%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228920600.600.070.13307.2266.8360.98
HexDE59CE03C7D133433d
Octal33613131607471546310375
Binary11011110101100111001110011110011111011001100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59CE; }

 p { color: rgb(222,89,206); }

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

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

 a { background-color: rgb(222,89,206); }

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

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

 span { border-color: rgb(222,89,206); }

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