Html Css Color HEX #DD59CA Free Speech Magenta
📋 copy color: '#DD59CA'red 221 ◦ green 89 ◦ blue 202
Shades of Free Speech Magenta #DD59CA
Tints of Free Speech Magenta #DD59CA
RGB
CMYK
RGB Variations
Color information
#DD59CA (or 0xDD59CA) is known color: Free Speech Magenta. HEX triplet: DD, 59 and CA. RGB value is (221,89,202). Sum of RGB (Red+Green+Blue) = 221+89+202=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59CA is #22A635. Grayscale: #8D8D8D. Windows color (decimal): -2270774 or 13261277. OLE color: 13261277.
HSL color Cylindrical-coordinate representation of color #DD59CA: hue angle of 308.64º 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 #DD59CA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 202 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.13 |
| HSL | 308.64º | 0.66% | 0.61% | - |
| HSV(B) | 308.64º | 0.6% | 0.87% | - |
| XYZ | 44.05 | 26.78 | 58.72 | - |
| YUV | 141.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 202 | 0 | 0.60 | 0.09 | 0.13 | 308.64 | 0.66 | 0.61 |
| Hex | DD | 59 | CA | 0 | 3C | 9 | D | 135 | 42 | 3D |
| Octal | 335 | 131 | 312 | 0 | 74 | 11 | 15 | 465 | 102 | 75 |
| Binary | 11011101 | 1011001 | 11001010 | 0 | 111100 | 1001 | 1101 | 100110101 | 1000010 | 111101 |
Color Harmonies of #DD59CA
Complementary color
Monochromatic Colors of #DD59CA
Black with #DD59CA
Text Example
Text Example
White with #DD59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59CA; }
p { color: rgb(221,89,202); }
H1.HeaderClassName
{
color: #DD59CA;
}
.AnyTagClassName
{
color: #DD59CA;
}
</style>
background-color css
<style>
a { background-color: #DD59CA; }
a { background-color: rgb(221,89,202); }
div.DivClassName
{
background-color: #DD59CA;
}
.BgClassName
{
background-color: #DD59CA;
}
</style>
border-color css
<style>
span { border-color: #DD59CA; }
span { border-color: rgb(221,89,202); }
td.TdClassName
{
border-color: #DD59CA;
}
.TagClassName
{
border-color: #DD59CA;
}
</style>