Html Css Color HEX #DD58C8 Free Speech Magenta
📋 copy color: '#DD58C8'red 221 ◦ green 88 ◦ blue 200
Shades of Free Speech Magenta #DD58C8
Tints of Free Speech Magenta #DD58C8
RGB
CMYK
RGB Variations
Color information
#DD58C8 (or 0xDD58C8) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C8. RGB value is (221,88,200). Sum of RGB (Red+Green+Blue) = 221+88+200=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C8 is #22A737. Grayscale: #8C8C8C. Windows color (decimal): -2271032 or 13129949. OLE color: 13129949.
HSL color Cylindrical-coordinate representation of color #DD58C8: hue angle of 309.47º 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 #DD58C8 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 200 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.13 |
| HSL | 309.47º | 0.66% | 0.61% | - |
| HSV(B) | 309.47º | 0.6% | 0.87% | - |
| XYZ | 43.73 | 26.52 | 57.46 | - |
| YUV | 140.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 200 | 0 | 0.60 | 0.10 | 0.13 | 309.47 | 0.66 | 0.61 |
| Hex | DD | 58 | C8 | 0 | 3C | A | D | 135 | 42 | 3D |
| Octal | 335 | 130 | 310 | 0 | 74 | 12 | 15 | 465 | 102 | 75 |
| Binary | 11011101 | 1011000 | 11001000 | 0 | 111100 | 1010 | 1101 | 100110101 | 1000010 | 111101 |
Color Harmonies of #DD58C8
Complementary color
Monochromatic Colors of #DD58C8
Black with #DD58C8
Text Example
Text Example
White with #DD58C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58C8; }
p { color: rgb(221,88,200); }
H1.HeaderClassName
{
color: #DD58C8;
}
.AnyTagClassName
{
color: #DD58C8;
}
</style>
background-color css
<style>
a { background-color: #DD58C8; }
a { background-color: rgb(221,88,200); }
div.DivClassName
{
background-color: #DD58C8;
}
.BgClassName
{
background-color: #DD58C8;
}
</style>
border-color css
<style>
span { border-color: #DD58C8; }
span { border-color: rgb(221,88,200); }
td.TdClassName
{
border-color: #DD58C8;
}
.TagClassName
{
border-color: #DD58C8;
}
</style>