#DF42D2

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

Shades of Free Speech Magenta #DF42D2

Tints of Free Speech Magenta #DF42D2

Color information

#DF42D2 (or 0xDF42D2) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 42 and D2. RGB value is (223,66,210). Sum of RGB (Red+Green+Blue) = 223+66+210=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42D2 is #20BD2D. Grayscale: #808080. Windows color (decimal): -2145582 or 13779679. OLE color: 13779679.

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

Color convert

RGB22366210-
CMYK00.700.060.13
HSL304.97º71.04%56.67%-
HSV(B)304.97º70.4%87.45%-
XYZ44.0124.2463.33-
YUV129.36173.51194.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 66 (26.17% from 255) = 13.23%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=44.69%
G=13.23%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236621000.700.060.13304.9771.0456.67
HexDF42D20466D1314739
Octal337102322010661546110771
Binary110111111000010110100100100011011011011001100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF42D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF42D2; }

 p { color: rgb(223,66,210); }

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

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

 a { background-color: rgb(223,66,210); }

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

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

 span { border-color: rgb(223,66,210); }

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