Html Css Color HEX #DF59C5 Free Speech Magenta
📋 copy color: '#DF59C5'red 223 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #DF59C5
Tints of Free Speech Magenta #DF59C5
RGB
CMYK
RGB Variations
Color information
#DF59C5 (or 0xDF59C5) is known color: Free Speech Magenta. HEX triplet: DF, 59 and C5. RGB value is (223,89,197). Sum of RGB (Red+Green+Blue) = 223+89+197=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59C5 is #20A63A. Grayscale: #8D8D8D. Windows color (decimal): -2139707 or 12933599. OLE color: 12933599.
HSL color Cylindrical-coordinate representation of color #DF59C5: hue angle of 311.64º 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 #DF59C5 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 197 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.13 |
| HSL | 311.64º | 0.68% | 0.61% | - |
| HSV(B) | 311.64º | 0.6% | 0.87% | - |
| XYZ | 44.08 | 26.86 | 55.69 | - |
| YUV | 141.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 197 | 0 | 0.60 | 0.12 | 0.13 | 311.64 | 0.68 | 0.61 |
| Hex | DF | 59 | C5 | 0 | 3C | C | D | 138 | 44 | 3D |
| Octal | 337 | 131 | 305 | 0 | 74 | 14 | 15 | 470 | 104 | 75 |
| Binary | 11011111 | 1011001 | 11000101 | 0 | 111100 | 1100 | 1101 | 100111000 | 1000100 | 111101 |
Color Harmonies of #DF59C5
Complementary color
Monochromatic Colors of #DF59C5
Black with #DF59C5
Text Example
Text Example
White with #DF59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59C5; }
p { color: rgb(223,89,197); }
H1.HeaderClassName
{
color: #DF59C5;
}
.AnyTagClassName
{
color: #DF59C5;
}
</style>
background-color css
<style>
a { background-color: #DF59C5; }
a { background-color: rgb(223,89,197); }
div.DivClassName
{
background-color: #DF59C5;
}
.BgClassName
{
background-color: #DF59C5;
}
</style>
border-color css
<style>
span { border-color: #DF59C5; }
span { border-color: rgb(223,89,197); }
td.TdClassName
{
border-color: #DF59C5;
}
.TagClassName
{
border-color: #DF59C5;
}
</style>