Html Css Color HEX #DD60D8 Free Speech Magenta
📋 copy color: '#DD60D8'red 221 ◦ green 96 ◦ blue 216
Shades of Free Speech Magenta #DD60D8
Tints of Free Speech Magenta #DD60D8
RGB
CMYK
RGB Variations
Color information
#DD60D8 (or 0xDD60D8) is known color: Free Speech Magenta. HEX triplet: DD, 60 and D8. RGB value is (221,96,216). Sum of RGB (Red+Green+Blue) = 221+96+216=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60D8 is #229F27. Grayscale: #929292. Windows color (decimal): -2268968 or 14180573. OLE color: 14180573.
HSL color Cylindrical-coordinate representation of color #DD60D8: hue angle of 302.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60D8 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 216 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.13 |
| HSL | 302.4º | 0.65% | 0.62% | - |
| HSV(B) | 302.4º | 0.57% | 0.87% | - |
| XYZ | 46.4 | 28.7 | 68.06 | - |
| YUV | 147.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 216 | 0 | 0.57 | 0.02 | 0.13 | 302.4 | 0.65 | 0.62 |
| Hex | DD | 60 | D8 | 0 | 39 | 2 | D | 12E | 41 | 3E |
| Octal | 335 | 140 | 330 | 0 | 71 | 2 | 15 | 456 | 101 | 76 |
| Binary | 11011101 | 1100000 | 11011000 | 0 | 111001 | 10 | 1101 | 100101110 | 1000001 | 111110 |
Color Harmonies of #DD60D8
Complementary color
Monochromatic Colors of #DD60D8
Black with #DD60D8
Text Example
Text Example
White with #DD60D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60D8; }
p { color: rgb(221,96,216); }
H1.HeaderClassName
{
color: #DD60D8;
}
.AnyTagClassName
{
color: #DD60D8;
}
</style>
background-color css
<style>
a { background-color: #DD60D8; }
a { background-color: rgb(221,96,216); }
div.DivClassName
{
background-color: #DD60D8;
}
.BgClassName
{
background-color: #DD60D8;
}
</style>
border-color css
<style>
span { border-color: #DD60D8; }
span { border-color: rgb(221,96,216); }
td.TdClassName
{
border-color: #DD60D8;
}
.TagClassName
{
border-color: #DD60D8;
}
</style>