#DE47C7

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

Shades of Free Speech Magenta #DE47C7

Tints of Free Speech Magenta #DE47C7

Color information

#DE47C7 (or 0xDE47C7) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 47 and C7. RGB value is (222,71,199). Sum of RGB (Red+Green+Blue) = 222+71+199=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47C7 is #21B838. Grayscale: #828282. Windows color (decimal): -2209849 or 13060062. OLE color: 13060062.

HSL color Cylindrical-coordinate representation of color #DE47C7: hue angle of 309.14º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE47C7 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB22271199-
CMYK00.680.100.13
HSL309.14º69.59%57.45%-
HSV(B)309.14º68.02%87.06%-
XYZ42.6924.1656.45-
YUV130.74166.53193.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 71 (28.12% from 255) = 14.43%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=45.12%
G=14.43%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227119900.680.100.13309.1469.5957.45
HexDE47C7044AD1354639
Octal3361073070104121546510671
Binary1101111010001111100011101000100101011011001101011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE47C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE47C7; }

 p { color: rgb(222,71,199); }

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

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

 a { background-color: rgb(222,71,199); }

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

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

 span { border-color: rgb(222,71,199); }

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