Html Css Color HEX #DD58CA Free Speech Magenta
📋 copy color: '#DD58CA'red 221 ◦ green 88 ◦ blue 202
Shades of Free Speech Magenta #DD58CA
Tints of Free Speech Magenta #DD58CA
RGB
CMYK
RGB Variations
Color information
#DD58CA (or 0xDD58CA) is known color: Free Speech Magenta. HEX triplet: DD, 58 and CA. RGB value is (221,88,202). Sum of RGB (Red+Green+Blue) = 221+88+202=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58CA is #22A735. Grayscale: #8C8C8C. Windows color (decimal): -2271030 or 13261021. OLE color: 13261021.
HSL color Cylindrical-coordinate representation of color #DD58CA: hue angle of 308.57º 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 #DD58CA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 202 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.13 |
| HSL | 308.57º | 0.66% | 0.61% | - |
| HSV(B) | 308.57º | 0.6% | 0.87% | - |
| XYZ | 43.97 | 26.62 | 58.7 | - |
| YUV | 140.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 202 | 0 | 0.60 | 0.09 | 0.13 | 308.57 | 0.66 | 0.61 |
| Hex | DD | 58 | CA | 0 | 3C | 9 | D | 135 | 42 | 3D |
| Octal | 335 | 130 | 312 | 0 | 74 | 11 | 15 | 465 | 102 | 75 |
| Binary | 11011101 | 1011000 | 11001010 | 0 | 111100 | 1001 | 1101 | 100110101 | 1000010 | 111101 |
Color Harmonies of #DD58CA
Complementary color
Monochromatic Colors of #DD58CA
Black with #DD58CA
Text Example
Text Example
White with #DD58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58CA; }
p { color: rgb(221,88,202); }
H1.HeaderClassName
{
color: #DD58CA;
}
.AnyTagClassName
{
color: #DD58CA;
}
</style>
background-color css
<style>
a { background-color: #DD58CA; }
a { background-color: rgb(221,88,202); }
div.DivClassName
{
background-color: #DD58CA;
}
.BgClassName
{
background-color: #DD58CA;
}
</style>
border-color css
<style>
span { border-color: #DD58CA; }
span { border-color: rgb(221,88,202); }
td.TdClassName
{
border-color: #DD58CA;
}
.TagClassName
{
border-color: #DD58CA;
}
</style>