Html Css Color HEX #DD51DB Free Speech Magenta
📋 copy color: '#DD51DB'red 221 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #DD51DB
Tints of Free Speech Magenta #DD51DB
RGB
CMYK
RGB Variations
Color information
#DD51DB (or 0xDD51DB) is known color: Free Speech Magenta. HEX triplet: DD, 51 and DB. RGB value is (221,81,219). Sum of RGB (Red+Green+Blue) = 221+81+219=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD51DB is #22AE24. Grayscale: #8A8A8A. Windows color (decimal): -2272805 or 14373341. OLE color: 14373341.
HSL color Cylindrical-coordinate representation of color #DD51DB: hue angle of 300.86º 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 #DD51DB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 219 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.13 |
| HSL | 300.86º | 0.67% | 0.59% | - |
| HSV(B) | 300.86º | 0.63% | 0.87% | - |
| XYZ | 45.55 | 26.37 | 69.71 | - |
| YUV | 138.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 219 | 0 | 0.63 | 0.01 | 0.13 | 300.86 | 0.67 | 0.59 |
| Hex | DD | 51 | DB | 0 | 3F | 1 | D | 12D | 43 | 3B |
| Octal | 335 | 121 | 333 | 0 | 77 | 1 | 15 | 455 | 103 | 73 |
| Binary | 11011101 | 1010001 | 11011011 | 0 | 111111 | 1 | 1101 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DD51DB
Complementary color
Monochromatic Colors of #DD51DB
Black with #DD51DB
Text Example
Text Example
White with #DD51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51DB; }
p { color: rgb(221,81,219); }
H1.HeaderClassName
{
color: #DD51DB;
}
.AnyTagClassName
{
color: #DD51DB;
}
</style>
background-color css
<style>
a { background-color: #DD51DB; }
a { background-color: rgb(221,81,219); }
div.DivClassName
{
background-color: #DD51DB;
}
.BgClassName
{
background-color: #DD51DB;
}
</style>
border-color css
<style>
span { border-color: #DD51DB; }
span { border-color: rgb(221,81,219); }
td.TdClassName
{
border-color: #DD51DB;
}
.TagClassName
{
border-color: #DD51DB;
}
</style>