Html Css Color HEX #DD51C0 Free Speech Magenta
📋 copy color: '#DD51C0'red 221 ◦ green 81 ◦ blue 192
Shades of Free Speech Magenta #DD51C0
Tints of Free Speech Magenta #DD51C0
RGB
CMYK
RGB Variations
Color information
#DD51C0 (or 0xDD51C0) is known color: Free Speech Magenta. HEX triplet: DD, 51 and C0. RGB value is (221,81,192). Sum of RGB (Red+Green+Blue) = 221+81+192=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51C0 is #22AE3F. Grayscale: #878787. Windows color (decimal): -2272832 or 12603869. OLE color: 12603869.
HSL color Cylindrical-coordinate representation of color #DD51C0: hue angle of 312.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 #DD51C0 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 192 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.13 |
| HSL | 312.43º | 0.67% | 0.59% | - |
| HSV(B) | 312.43º | 0.63% | 0.87% | - |
| XYZ | 42.28 | 25.06 | 52.48 | - |
| YUV | 135.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 192 | 0 | 0.63 | 0.13 | 0.13 | 312.43 | 0.67 | 0.59 |
| Hex | DD | 51 | C0 | 0 | 3F | D | D | 138 | 43 | 3B |
| Octal | 335 | 121 | 300 | 0 | 77 | 15 | 15 | 470 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11000000 | 0 | 111111 | 1101 | 1101 | 100111000 | 1000011 | 111011 |
Color Harmonies of #DD51C0
Complementary color
Monochromatic Colors of #DD51C0
Black with #DD51C0
Text Example
Text Example
White with #DD51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51C0; }
p { color: rgb(221,81,192); }
H1.HeaderClassName
{
color: #DD51C0;
}
.AnyTagClassName
{
color: #DD51C0;
}
</style>
background-color css
<style>
a { background-color: #DD51C0; }
a { background-color: rgb(221,81,192); }
div.DivClassName
{
background-color: #DD51C0;
}
.BgClassName
{
background-color: #DD51C0;
}
</style>
border-color css
<style>
span { border-color: #DD51C0; }
span { border-color: rgb(221,81,192); }
td.TdClassName
{
border-color: #DD51C0;
}
.TagClassName
{
border-color: #DD51C0;
}
</style>