Html Css Color HEX #DF59DD Free Speech Magenta
📋 copy color: '#DF59DD'red 223 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #DF59DD
Tints of Free Speech Magenta #DF59DD
RGB
CMYK
RGB Variations
Color information
#DF59DD (or 0xDF59DD) is known color: Free Speech Magenta. HEX triplet: DF, 59 and DD. RGB value is (223,89,221). Sum of RGB (Red+Green+Blue) = 223+89+221=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF59DD is #20A622. Grayscale: #8F8F8F. Windows color (decimal): -2139683 or 14506463. OLE color: 14506463.
HSL color Cylindrical-coordinate representation of color #DF59DD: hue angle of 300.9º 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 #DF59DD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 221 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.13 |
| HSL | 300.9º | 0.68% | 0.61% | - |
| HSV(B) | 300.9º | 0.6% | 0.87% | - |
| XYZ | 47.05 | 28.05 | 71.34 | - |
| YUV | 144.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 221 | 0 | 0.60 | 0.01 | 0.13 | 300.9 | 0.68 | 0.61 |
| Hex | DF | 59 | DD | 0 | 3C | 1 | D | 12D | 44 | 3D |
| Octal | 337 | 131 | 335 | 0 | 74 | 1 | 15 | 455 | 104 | 75 |
| Binary | 11011111 | 1011001 | 11011101 | 0 | 111100 | 1 | 1101 | 100101101 | 1000100 | 111101 |
Color Harmonies of #DF59DD
Complementary color
Monochromatic Colors of #DF59DD
Black with #DF59DD
Text Example
Text Example
White with #DF59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59DD; }
p { color: rgb(223,89,221); }
H1.HeaderClassName
{
color: #DF59DD;
}
.AnyTagClassName
{
color: #DF59DD;
}
</style>
background-color css
<style>
a { background-color: #DF59DD; }
a { background-color: rgb(223,89,221); }
div.DivClassName
{
background-color: #DF59DD;
}
.BgClassName
{
background-color: #DF59DD;
}
</style>
border-color css
<style>
span { border-color: #DF59DD; }
span { border-color: rgb(223,89,221); }
td.TdClassName
{
border-color: #DF59DD;
}
.TagClassName
{
border-color: #DF59DD;
}
</style>