#DE5CCD

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

Shades of Free Speech Magenta #DE5CCD

Tints of Free Speech Magenta #DE5CCD

Color information

#DE5CCD (or 0xDE5CCD) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5C and CD. RGB value is (222,92,205). Sum of RGB (Red+Green+Blue) = 222+92+205=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5CCD is #21A332. Grayscale: #8F8F8F. Windows color (decimal): -2204467 or 13458654. OLE color: 13458654.

HSL color Cylindrical-coordinate representation of color #DE5CCD: hue angle of 307.85º degrees, saturation: 0.66, 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 #DE5CCD is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22292205-
CMYK00.590.080.13
HSL307.85º66.33%61.57%-
HSV(B)307.85º58.56%87.06%-
XYZ44.9727.5960.71-
YUV143.75162.57183.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=42.77%
G=17.73%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229220500.590.080.13307.8566.3361.57
HexDE5CCD03B8D134423e
Octal336134315073101546410276
Binary110111101011100110011010111011100011011001101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CCD; }

 p { color: rgb(222,92,205); }

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

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

 a { background-color: rgb(222,92,205); }

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

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

 span { border-color: rgb(222,92,205); }

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