Html Css Color HEX #DD59C9 Free Speech Magenta
📋 copy color: '#DD59C9'red 221 ◦ green 89 ◦ blue 201
Shades of Free Speech Magenta #DD59C9
Tints of Free Speech Magenta #DD59C9
RGB
CMYK
RGB Variations
Color information
#DD59C9 (or 0xDD59C9) is known color: Free Speech Magenta. HEX triplet: DD, 59 and C9. RGB value is (221,89,201). Sum of RGB (Red+Green+Blue) = 221+89+201=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59C9 is #22A636. Grayscale: #8C8C8C. Windows color (decimal): -2270775 or 13195741. OLE color: 13195741.
HSL color Cylindrical-coordinate representation of color #DD59C9: hue angle of 309.09º 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 #DD59C9 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 201 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.13 |
| HSL | 309.09º | 0.66% | 0.61% | - |
| HSV(B) | 309.09º | 0.6% | 0.87% | - |
| XYZ | 43.93 | 26.73 | 58.1 | - |
| YUV | 141.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 201 | 0 | 0.60 | 0.09 | 0.13 | 309.09 | 0.66 | 0.61 |
| Hex | DD | 59 | C9 | 0 | 3C | 9 | D | 135 | 42 | 3D |
| Octal | 335 | 131 | 311 | 0 | 74 | 11 | 15 | 465 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11001001 | 0 | 111100 | 1001 | 1101 | 100110101 | 1000010 | 111101 |
Color Harmonies of #DD59C9
Complementary color
Monochromatic Colors of #DD59C9
Black with #DD59C9
Text Example
Text Example
White with #DD59C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59C9; }
p { color: rgb(221,89,201); }
H1.HeaderClassName
{
color: #DD59C9;
}
.AnyTagClassName
{
color: #DD59C9;
}
</style>
background-color css
<style>
a { background-color: #DD59C9; }
a { background-color: rgb(221,89,201); }
div.DivClassName
{
background-color: #DD59C9;
}
.BgClassName
{
background-color: #DD59C9;
}
</style>
border-color css
<style>
span { border-color: #DD59C9; }
span { border-color: rgb(221,89,201); }
td.TdClassName
{
border-color: #DD59C9;
}
.TagClassName
{
border-color: #DD59C9;
}
</style>