Html Css Color HEX #DF59D6 Free Speech Magenta
📋 copy color: '#DF59D6'red 223 ◦ green 89 ◦ blue 214
Shades of Free Speech Magenta #DF59D6
Tints of Free Speech Magenta #DF59D6
RGB
CMYK
RGB Variations
Color information
#DF59D6 (or 0xDF59D6) is known color: Free Speech Magenta. HEX triplet: DF, 59 and D6. RGB value is (223,89,214). Sum of RGB (Red+Green+Blue) = 223+89+214=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59D6 is #20A629. Grayscale: #8E8E8E. Windows color (decimal): -2139690 or 14047711. OLE color: 14047711.
HSL color Cylindrical-coordinate representation of color #DF59D6: hue angle of 304.03º 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 #DF59D6 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 214 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.13 |
| HSL | 304.03º | 0.68% | 0.61% | - |
| HSV(B) | 304.03º | 0.6% | 0.87% | - |
| XYZ | 46.14 | 27.69 | 66.53 | - |
| YUV | 143.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 214 | 0 | 0.60 | 0.04 | 0.13 | 304.03 | 0.68 | 0.61 |
| Hex | DF | 59 | D6 | 0 | 3C | 4 | D | 130 | 44 | 3D |
| Octal | 337 | 131 | 326 | 0 | 74 | 4 | 15 | 460 | 104 | 75 |
| Binary | 11011111 | 1011001 | 11010110 | 0 | 111100 | 100 | 1101 | 100110000 | 1000100 | 111101 |
Color Harmonies of #DF59D6
Complementary color
Monochromatic Colors of #DF59D6
Black with #DF59D6
Text Example
Text Example
White with #DF59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59D6; }
p { color: rgb(223,89,214); }
H1.HeaderClassName
{
color: #DF59D6;
}
.AnyTagClassName
{
color: #DF59D6;
}
</style>
background-color css
<style>
a { background-color: #DF59D6; }
a { background-color: rgb(223,89,214); }
div.DivClassName
{
background-color: #DF59D6;
}
.BgClassName
{
background-color: #DF59D6;
}
</style>
border-color css
<style>
span { border-color: #DF59D6; }
span { border-color: rgb(223,89,214); }
td.TdClassName
{
border-color: #DF59D6;
}
.TagClassName
{
border-color: #DF59D6;
}
</style>