#DE47BC

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

Shades of Free Speech Magenta #DE47BC

Tints of Free Speech Magenta #DE47BC

Color information

#DE47BC (or 0xDE47BC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 47 and BC. RGB value is (222,71,188). Sum of RGB (Red+Green+Blue) = 222+71+188=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47BC is #21B843. Grayscale: #818181. Windows color (decimal): -2209860 or 12339166. OLE color: 12339166.

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

Color convert

RGB22271188-
CMYK00.680.150.13
HSL313.51º69.59%57.45%-
HSV(B)313.51º68.02%87.06%-
XYZ41.4523.6749.96-
YUV129.49161.03193.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 14.76%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=46.15%
G=14.76%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227118800.680.150.13313.5169.5957.45
HexDE47BC044FD13a4639
Octal3361072740104171547210671
Binary1101111010001111011110001000100111111011001110101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE47BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE47BC; }

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

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

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

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

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

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

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

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