Html Css Color HEX #DD59D0 Free Speech Magenta
📋 copy color: '#DD59D0'red 221 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #DD59D0
Tints of Free Speech Magenta #DD59D0
RGB
CMYK
RGB Variations
Color information
#DD59D0 (or 0xDD59D0) is known color: Free Speech Magenta. HEX triplet: DD, 59 and D0. RGB value is (221,89,208). Sum of RGB (Red+Green+Blue) = 221+89+208=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59D0 is #22A62F. Grayscale: #8D8D8D. Windows color (decimal): -2270768 or 13654493. OLE color: 13654493.
HSL color Cylindrical-coordinate representation of color #DD59D0: hue angle of 305.91º degrees, saturation: 0.66, 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 #DD59D0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 208 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.13 |
| HSL | 305.91º | 0.66% | 0.61% | - |
| HSV(B) | 305.91º | 0.6% | 0.87% | - |
| XYZ | 44.78 | 27.07 | 62.54 | - |
| YUV | 142.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 208 | 0 | 0.60 | 0.06 | 0.13 | 305.91 | 0.66 | 0.61 |
| Hex | DD | 59 | D0 | 0 | 3C | 6 | D | 132 | 42 | 3D |
| Octal | 335 | 131 | 320 | 0 | 74 | 6 | 15 | 462 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11010000 | 0 | 111100 | 110 | 1101 | 100110010 | 1000010 | 111101 |
Color Harmonies of #DD59D0
Complementary color
Monochromatic Colors of #DD59D0
Black with #DD59D0
Text Example
Text Example
White with #DD59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59D0; }
p { color: rgb(221,89,208); }
H1.HeaderClassName
{
color: #DD59D0;
}
.AnyTagClassName
{
color: #DD59D0;
}
</style>
background-color css
<style>
a { background-color: #DD59D0; }
a { background-color: rgb(221,89,208); }
div.DivClassName
{
background-color: #DD59D0;
}
.BgClassName
{
background-color: #DD59D0;
}
</style>
border-color css
<style>
span { border-color: #DD59D0; }
span { border-color: rgb(221,89,208); }
td.TdClassName
{
border-color: #DD59D0;
}
.TagClassName
{
border-color: #DD59D0;
}
</style>