#DE5ECF

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

Shades of Free Speech Magenta #DE5ECF

Tints of Free Speech Magenta #DE5ECF

Color information

#DE5ECF (or 0xDE5ECF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5E and CF. RGB value is (222,94,207). Sum of RGB (Red+Green+Blue) = 222+94+207=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5ECF is #21A130. Grayscale: #909090. Windows color (decimal): -2203953 or 13590238. OLE color: 13590238.

HSL color Cylindrical-coordinate representation of color #DE5ECF: hue angle of 307.03º 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 #DE5ECF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB22294207-
CMYK00.580.070.13
HSL307.03º65.98%61.96%-
HSV(B)307.03º57.66%87.06%-
XYZ45.3928.0462.05-
YUV145.15162.91182.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 94 (37.11% from 255) = 17.97%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=42.45%
G=17.97%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229420700.580.070.13307.0365.9861.96
HexDE5ECF03A7D133423e
Octal33613631707271546310276
Binary11011110101111011001111011101011111011001100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5ECF; }

 p { color: rgb(222,94,207); }

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

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

 a { background-color: rgb(222,94,207); }

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

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

 span { border-color: rgb(222,94,207); }

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