#DF59D0

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

Shades of Free Speech Magenta #DF59D0

Tints of Free Speech Magenta #DF59D0

Color information

#DF59D0 (or 0xDF59D0) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 59 and D0. RGB value is (223,89,208). Sum of RGB (Red+Green+Blue) = 223+89+208=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59D0 is #20A62F. Grayscale: #8E8E8E. Windows color (decimal): -2139696 or 13654495. OLE color: 13654495.

HSL color Cylindrical-coordinate representation of color #DF59D0: hue angle of 306.72º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF59D0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB22389208-
CMYK00.600.070.13
HSL306.72º67.68%61.18%-
HSV(B)306.72º60.09%87.45%-
XYZ45.3927.3962.57-
YUV142.63164.89185.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 89 (35.16% from 255) = 17.12%
BLUE value IS 208 (81.64% from 255) = 40%
R=42.88%
G=17.12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238920800.600.070.13306.7267.6861.18
HexDF59D003C7D133443d
Octal33713132007471546310475
Binary11011111101100111010000011110011111011001100111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF59D0; }

 p { color: rgb(223,89,208); }

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

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

 a { background-color: rgb(223,89,208); }

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

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

 span { border-color: rgb(223,89,208); }

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