Html Css Color HEX #DD58D8 Free Speech Magenta
📋 copy color: '#DD58D8'red 221 ◦ green 88 ◦ blue 216
Shades of Free Speech Magenta #DD58D8
Tints of Free Speech Magenta #DD58D8
RGB
CMYK
RGB Variations
Color information
#DD58D8 (or 0xDD58D8) is known color: Free Speech Magenta. HEX triplet: DD, 58 and D8. RGB value is (221,88,216). Sum of RGB (Red+Green+Blue) = 221+88+216=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58D8 is #22A727. Grayscale: #8D8D8D. Windows color (decimal): -2271016 or 14178525. OLE color: 14178525.
HSL color Cylindrical-coordinate representation of color #DD58D8: hue angle of 302.26º 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 #DD58D8 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 216 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.13 |
| HSL | 302.26º | 0.66% | 0.61% | - |
| HSV(B) | 302.26º | 0.6% | 0.87% | - |
| XYZ | 45.7 | 27.31 | 67.83 | - |
| YUV | 142.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 216 | 0 | 0.60 | 0.02 | 0.13 | 302.26 | 0.66 | 0.61 |
| Hex | DD | 58 | D8 | 0 | 3C | 2 | D | 12E | 42 | 3D |
| Octal | 335 | 130 | 330 | 0 | 74 | 2 | 15 | 456 | 102 | 75 |
| Binary | 11011101 | 1011000 | 11011000 | 0 | 111100 | 10 | 1101 | 100101110 | 1000010 | 111101 |
Color Harmonies of #DD58D8
Complementary color
Monochromatic Colors of #DD58D8
Black with #DD58D8
Text Example
Text Example
White with #DD58D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58D8; }
p { color: rgb(221,88,216); }
H1.HeaderClassName
{
color: #DD58D8;
}
.AnyTagClassName
{
color: #DD58D8;
}
</style>
background-color css
<style>
a { background-color: #DD58D8; }
a { background-color: rgb(221,88,216); }
div.DivClassName
{
background-color: #DD58D8;
}
.BgClassName
{
background-color: #DD58D8;
}
</style>
border-color css
<style>
span { border-color: #DD58D8; }
span { border-color: rgb(221,88,216); }
td.TdClassName
{
border-color: #DD58D8;
}
.TagClassName
{
border-color: #DD58D8;
}
</style>