#DE42BF

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

Shades of Free Speech Magenta #DE42BF

Tints of Free Speech Magenta #DE42BF

Color information

#DE42BF (or 0xDE42BF) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 42 and BF. RGB value is (222,66,191). Sum of RGB (Red+Green+Blue) = 222+66+191=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE42BF is #21BD40. Grayscale: #7E7E7E. Windows color (decimal): -2211137 or 12534494. OLE color: 12534494.

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

Color convert

RGB22266191-
CMYK00.700.140.13
HSL311.92º70.27%56.47%-
HSV(B)311.92º70.27%87.06%-
XYZ41.4823.1951.58-
YUV126.89164.18195.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 66 (26.17% from 255) = 13.78%
BLUE value IS 191 (75% from 255) = 39.87%
R=46.35%
G=13.78%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226619100.700.140.13311.9270.2756.47
HexDE42BF046ED1384638
Octal3361022770106161547010670
Binary1101111010000101011111101000110111011011001110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE42BF; }

 p { color: rgb(222,66,191); }

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

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

 a { background-color: rgb(222,66,191); }

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

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

 span { border-color: rgb(222,66,191); }

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