Html Css Color HEX #DD51DC Free Speech Magenta
📋 copy color: '#DD51DC'red 221 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #DD51DC
Tints of Free Speech Magenta #DD51DC
RGB
CMYK
RGB Variations
Color information
#DD51DC (or 0xDD51DC) is known color: Free Speech Magenta. HEX triplet: DD, 51 and DC. RGB value is (221,81,220). Sum of RGB (Red+Green+Blue) = 221+81+220=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51DC is #22AE23. Grayscale: #8A8A8A. Windows color (decimal): -2272804 or 14438877. OLE color: 14438877.
HSL color Cylindrical-coordinate representation of color #DD51DC: hue angle of 300.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 #DD51DC is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 220 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.13 |
| HSL | 300.43º | 0.67% | 0.59% | - |
| HSV(B) | 300.43º | 0.63% | 0.87% | - |
| XYZ | 45.68 | 26.42 | 70.4 | - |
| YUV | 138.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 220 | 0 | 0.63 | 0.00 | 0.13 | 300.43 | 0.67 | 0.59 |
| Hex | DD | 51 | DC | 0 | 3F | 0 | D | 12C | 43 | 3B |
| Octal | 335 | 121 | 334 | 0 | 77 | 0 | 15 | 454 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11011100 | 0 | 111111 | 0 | 1101 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DD51DC
Complementary color
Monochromatic Colors of #DD51DC
Black with #DD51DC
Text Example
Text Example
White with #DD51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51DC; }
p { color: rgb(221,81,220); }
H1.HeaderClassName
{
color: #DD51DC;
}
.AnyTagClassName
{
color: #DD51DC;
}
</style>
background-color css
<style>
a { background-color: #DD51DC; }
a { background-color: rgb(221,81,220); }
div.DivClassName
{
background-color: #DD51DC;
}
.BgClassName
{
background-color: #DD51DC;
}
</style>
border-color css
<style>
span { border-color: #DD51DC; }
span { border-color: rgb(221,81,220); }
td.TdClassName
{
border-color: #DD51DC;
}
.TagClassName
{
border-color: #DD51DC;
}
</style>