Html Css Color HEX #DF59B9 Free Speech Magenta
📋 copy color: '#DF59B9'red 223 ◦ green 89 ◦ blue 185
Shades of Free Speech Magenta #DF59B9
Tints of Free Speech Magenta #DF59B9
RGB
CMYK
RGB Variations
Color information
#DF59B9 (or 0xDF59B9) is known color: Free Speech Magenta. HEX triplet: DF, 59 and B9. RGB value is (223,89,185). Sum of RGB (Red+Green+Blue) = 223+89+185=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59B9 is #20A646. Grayscale: #8B8B8B. Windows color (decimal): -2139719 or 12147167. OLE color: 12147167.
HSL color Cylindrical-coordinate representation of color #DF59B9: hue angle of 317.01º 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 #DF59B9 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 89 | 185 | - |
CMYK | 0 | 0.60 | 0.17 | 0.13 |
HSL | 317.01º | 0.68% | 0.61% | - |
HSV(B) | 317.01º | 0.6% | 0.87% | - |
XYZ | 42.76 | 26.34 | 48.73 | - |
YUV | 140.01 | 153.39 | 187.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 89 | 185 | 0 | 0.60 | 0.17 | 0.13 | 317.01 | 0.68 | 0.61 |
Hex | DF | 59 | B9 | 0 | 3C | 11 | D | 13D | 44 | 3D |
Octal | 337 | 131 | 271 | 0 | 74 | 21 | 15 | 475 | 104 | 75 |
Binary | 11011111 | 1011001 | 10111001 | 0 | 111100 | 10001 | 1101 | 100111101 | 1000100 | 111101 |
Color Harmonies of #DF59B9
Complementary color
Monochromatic Colors of #DF59B9
Black with #DF59B9
Text Example
Text Example
White with #DF59B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59B9; }
p { color: rgb(223,89,185); }
H1.HeaderClassName
{
color: #DF59B9;
}
.AnyTagClassName
{
color: #DF59B9;
}
</style>
background-color css
<style>
a { background-color: #DF59B9; }
a { background-color: rgb(223,89,185); }
div.DivClassName
{
background-color: #DF59B9;
}
.BgClassName
{
background-color: #DF59B9;
}
</style>
border-color css
<style>
span { border-color: #DF59B9; }
span { border-color: rgb(223,89,185); }
td.TdClassName
{
border-color: #DF59B9;
}
.TagClassName
{
border-color: #DF59B9;
}
</style>