Html Css Color HEX #DD62C9 Free Speech Magenta
📋 copy color: '#DD62C9'red 221 ◦ green 98 ◦ blue 201
Shades of Free Speech Magenta #DD62C9
Tints of Free Speech Magenta #DD62C9
RGB
CMYK
RGB Variations
Color information
#DD62C9 (or 0xDD62C9) is known color: Free Speech Magenta. HEX triplet: DD, 62 and C9. RGB value is (221,98,201). Sum of RGB (Red+Green+Blue) = 221+98+201=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62C9 is #229D36. Grayscale: #929292. Windows color (decimal): -2268471 or 13198045. OLE color: 13198045.
HSL color Cylindrical-coordinate representation of color #DD62C9: hue angle of 309.76º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62C9 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 201 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.13 |
| HSL | 309.76º | 0.64% | 0.63% | - |
| HSV(B) | 309.76º | 0.56% | 0.87% | - |
| XYZ | 44.73 | 28.32 | 58.37 | - |
| YUV | 146.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 201 | 0 | 0.56 | 0.09 | 0.13 | 309.76 | 0.64 | 0.63 |
| Hex | DD | 62 | C9 | 0 | 38 | 9 | D | 136 | 40 | 3F |
| Octal | 335 | 142 | 311 | 0 | 70 | 11 | 15 | 466 | 100 | 77 |
| Binary | 11011101 | 1100010 | 11001001 | 0 | 111000 | 1001 | 1101 | 100110110 | 1000000 | 111111 |
Color Harmonies of #DD62C9
Complementary color
Monochromatic Colors of #DD62C9
Black with #DD62C9
Text Example
Text Example
White with #DD62C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62C9; }
p { color: rgb(221,98,201); }
H1.HeaderClassName
{
color: #DD62C9;
}
.AnyTagClassName
{
color: #DD62C9;
}
</style>
background-color css
<style>
a { background-color: #DD62C9; }
a { background-color: rgb(221,98,201); }
div.DivClassName
{
background-color: #DD62C9;
}
.BgClassName
{
background-color: #DD62C9;
}
</style>
border-color css
<style>
span { border-color: #DD62C9; }
span { border-color: rgb(221,98,201); }
td.TdClassName
{
border-color: #DD62C9;
}
.TagClassName
{
border-color: #DD62C9;
}
</style>