#DF59C9

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

Shades of Free Speech Magenta #DF59C9

Tints of Free Speech Magenta #DF59C9

Color information

#DF59C9 (or 0xDF59C9) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 59 and C9. RGB value is (223,89,201). Sum of RGB (Red+Green+Blue) = 223+89+201=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59C9 is #20A636. Grayscale: #8D8D8D. Windows color (decimal): -2139703 or 13195743. OLE color: 13195743.

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

Color convert

RGB22389201-
CMYK00.600.100.13
HSL309.85º67.68%61.18%-
HSV(B)309.85º60.09%87.45%-
XYZ44.5527.0558.13-
YUV141.83161.39185.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 89 (35.16% from 255) = 17.35%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=43.47%
G=17.35%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238920100.600.100.13309.8567.6861.18
HexDF59C903CAD136443d
Octal337131311074121546610475
Binary110111111011001110010010111100101011011001101101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF59C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF59C9; }

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

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

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

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

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

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

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

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