Html Css Color HEX #DD60C9 Free Speech Magenta
📋 copy color: '#DD60C9'red 221 ◦ green 96 ◦ blue 201
Shades of Free Speech Magenta #DD60C9
Tints of Free Speech Magenta #DD60C9
RGB
CMYK
RGB Variations
Color information
#DD60C9 (or 0xDD60C9) is known color: Free Speech Magenta. HEX triplet: DD, 60 and C9. RGB value is (221,96,201). Sum of RGB (Red+Green+Blue) = 221+96+201=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60C9 is #229F36. Grayscale: #919191. Windows color (decimal): -2268983 or 13197533. OLE color: 13197533.
HSL color Cylindrical-coordinate representation of color #DD60C9: hue angle of 309.6º 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 #DD60C9 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 201 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.13 |
| HSL | 309.6º | 0.65% | 0.62% | - |
| HSV(B) | 309.6º | 0.57% | 0.87% | - |
| XYZ | 44.54 | 27.95 | 58.31 | - |
| YUV | 145.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 201 | 0 | 0.57 | 0.09 | 0.13 | 309.6 | 0.65 | 0.62 |
| Hex | DD | 60 | C9 | 0 | 39 | 9 | D | 136 | 41 | 3E |
| Octal | 335 | 140 | 311 | 0 | 71 | 11 | 15 | 466 | 101 | 76 |
| Binary | 11011101 | 1100000 | 11001001 | 0 | 111001 | 1001 | 1101 | 100110110 | 1000001 | 111110 |
Color Harmonies of #DD60C9
Complementary color
Monochromatic Colors of #DD60C9
Black with #DD60C9
Text Example
Text Example
White with #DD60C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60C9; }
p { color: rgb(221,96,201); }
H1.HeaderClassName
{
color: #DD60C9;
}
.AnyTagClassName
{
color: #DD60C9;
}
</style>
background-color css
<style>
a { background-color: #DD60C9; }
a { background-color: rgb(221,96,201); }
div.DivClassName
{
background-color: #DD60C9;
}
.BgClassName
{
background-color: #DD60C9;
}
</style>
border-color css
<style>
span { border-color: #DD60C9; }
span { border-color: rgb(221,96,201); }
td.TdClassName
{
border-color: #DD60C9;
}
.TagClassName
{
border-color: #DD60C9;
}
</style>