Html Css Color HEX #DD59C5 Free Speech Magenta
📋 copy color: '#DD59C5'red 221 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #DD59C5
Tints of Free Speech Magenta #DD59C5
RGB
CMYK
RGB Variations
Color information
#DD59C5 (or 0xDD59C5) is known color: Free Speech Magenta. HEX triplet: DD, 59 and C5. RGB value is (221,89,197). Sum of RGB (Red+Green+Blue) = 221+89+197=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59C5 is #22A63A. Grayscale: #8C8C8C. Windows color (decimal): -2270779 or 12933597. OLE color: 12933597.
HSL color Cylindrical-coordinate representation of color #DD59C5: hue angle of 310.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 #DD59C5 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 197 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.13 |
| HSL | 310.91º | 0.66% | 0.61% | - |
| HSV(B) | 310.91º | 0.6% | 0.87% | - |
| XYZ | 43.47 | 26.55 | 55.66 | - |
| YUV | 140.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 197 | 0 | 0.60 | 0.11 | 0.13 | 310.91 | 0.66 | 0.61 |
| Hex | DD | 59 | C5 | 0 | 3C | B | D | 137 | 42 | 3D |
| Octal | 335 | 131 | 305 | 0 | 74 | 13 | 15 | 467 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11000101 | 0 | 111100 | 1011 | 1101 | 100110111 | 1000010 | 111101 |
Color Harmonies of #DD59C5
Complementary color
Monochromatic Colors of #DD59C5
Black with #DD59C5
Text Example
Text Example
White with #DD59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59C5; }
p { color: rgb(221,89,197); }
H1.HeaderClassName
{
color: #DD59C5;
}
.AnyTagClassName
{
color: #DD59C5;
}
</style>
background-color css
<style>
a { background-color: #DD59C5; }
a { background-color: rgb(221,89,197); }
div.DivClassName
{
background-color: #DD59C5;
}
.BgClassName
{
background-color: #DD59C5;
}
</style>
border-color css
<style>
span { border-color: #DD59C5; }
span { border-color: rgb(221,89,197); }
td.TdClassName
{
border-color: #DD59C5;
}
.TagClassName
{
border-color: #DD59C5;
}
</style>