Html Css Color HEX #DD51CE Free Speech Magenta
📋 copy color: '#DD51CE'red 221 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #DD51CE
Tints of Free Speech Magenta #DD51CE
RGB
CMYK
RGB Variations
Color information
#DD51CE (or 0xDD51CE) is known color: Free Speech Magenta. HEX triplet: DD, 51 and CE. RGB value is (221,81,206). Sum of RGB (Red+Green+Blue) = 221+81+206=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51CE is #22AE31. Grayscale: #888888. Windows color (decimal): -2272818 or 13521373. OLE color: 13521373.
HSL color Cylindrical-coordinate representation of color #DD51CE: hue angle of 306.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51CE is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 206 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.13 |
| HSL | 306.43º | 0.67% | 0.59% | - |
| HSV(B) | 306.43º | 0.63% | 0.87% | - |
| XYZ | 43.9 | 25.71 | 61.04 | - |
| YUV | 137.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 206 | 0 | 0.63 | 0.07 | 0.13 | 306.43 | 0.67 | 0.59 |
| Hex | DD | 51 | CE | 0 | 3F | 7 | D | 132 | 43 | 3B |
| Octal | 335 | 121 | 316 | 0 | 77 | 7 | 15 | 462 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11001110 | 0 | 111111 | 111 | 1101 | 100110010 | 1000011 | 111011 |
Color Harmonies of #DD51CE
Complementary color
Monochromatic Colors of #DD51CE
Black with #DD51CE
Text Example
Text Example
White with #DD51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51CE; }
p { color: rgb(221,81,206); }
H1.HeaderClassName
{
color: #DD51CE;
}
.AnyTagClassName
{
color: #DD51CE;
}
</style>
background-color css
<style>
a { background-color: #DD51CE; }
a { background-color: rgb(221,81,206); }
div.DivClassName
{
background-color: #DD51CE;
}
.BgClassName
{
background-color: #DD51CE;
}
</style>
border-color css
<style>
span { border-color: #DD51CE; }
span { border-color: rgb(221,81,206); }
td.TdClassName
{
border-color: #DD51CE;
}
.TagClassName
{
border-color: #DD51CE;
}
</style>