#DE5CCA

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

Shades of Free Speech Magenta #DE5CCA

Tints of Free Speech Magenta #DE5CCA

Color information

#DE5CCA (or 0xDE5CCA) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 5C and CA. RGB value is (222,92,202). Sum of RGB (Red+Green+Blue) = 222+92+202=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5CCA is #21A335. Grayscale: #8F8F8F. Windows color (decimal): -2204470 or 13262046. OLE color: 13262046.

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

Color convert

RGB22292202-
CMYK00.590.090.13
HSL309.23º66.33%61.57%-
HSV(B)309.23º58.56%87.06%-
XYZ44.6127.4558.82-
YUV143.41161.07184.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=43.02%
G=17.83%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229220200.590.090.13309.2366.3361.57
HexDE5CCA03B9D135423e
Octal336134312073111546510276
Binary110111101011100110010100111011100111011001101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CCA; }

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

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

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

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

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

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

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

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