#DF39D6

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

Shades of Free Speech Magenta #DF39D6

Tints of Free Speech Magenta #DF39D6

Color information

#DF39D6 (or 0xDF39D6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 39 and D6. RGB value is (223,57,214). Sum of RGB (Red+Green+Blue) = 223+57+214=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF39D6 is #20C629. Grayscale: #7C7C7C. Windows color (decimal): -2147882 or 14039519. OLE color: 14039519.

HSL color Cylindrical-coordinate representation of color #DF39D6: hue angle of 303.25º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39D6 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22357214-
CMYK00.740.040.13
HSL303.25º72.17%54.9%-
HSV(B)303.25º74.44%87.45%-
XYZ44.0323.4765.83-
YUV124.53178.5198.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 57 (22.66% from 255) = 11.54%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=45.14%
G=11.54%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235721400.740.040.13303.2572.1754.9
HexDF39D604A4D12f4837
Octal33771326011241545711067
Binary11011111111001110101100100101010011011001011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF39D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF39D6; }

 p { color: rgb(223,57,214); }

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

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

 a { background-color: rgb(223,57,214); }

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

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

 span { border-color: rgb(223,57,214); }

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