Html Css Color HEX #DD52DB Free Speech Magenta
📋 copy color: '#DD52DB'red 221 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DD52DB
Tints of Free Speech Magenta #DD52DB
RGB
CMYK
RGB Variations
Color information
#DD52DB (or 0xDD52DB) is known color: Free Speech Magenta. HEX triplet: DD, 52 and DB. RGB value is (221,82,219). Sum of RGB (Red+Green+Blue) = 221+82+219=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD52DB is #22AD24. Grayscale: #8A8A8A. Windows color (decimal): -2272549 or 14373597. OLE color: 14373597.
HSL color Cylindrical-coordinate representation of color #DD52DB: 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 #DD52DB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 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.62 | 26.52 | 69.73 | - |
| YUV | 139.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 219 | 0 | 0.63 | 0.01 | 0.13 | 300.86 | 0.67 | 0.59 |
| Hex | DD | 52 | DB | 0 | 3F | 1 | D | 12D | 43 | 3B |
| Octal | 335 | 122 | 333 | 0 | 77 | 1 | 15 | 455 | 103 | 73 |
| Binary | 11011101 | 1010010 | 11011011 | 0 | 111111 | 1 | 1101 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DD52DB
Complementary color
Monochromatic Colors of #DD52DB
Black with #DD52DB
Text Example
Text Example
White with #DD52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52DB; }
p { color: rgb(221,82,219); }
H1.HeaderClassName
{
color: #DD52DB;
}
.AnyTagClassName
{
color: #DD52DB;
}
</style>
background-color css
<style>
a { background-color: #DD52DB; }
a { background-color: rgb(221,82,219); }
div.DivClassName
{
background-color: #DD52DB;
}
.BgClassName
{
background-color: #DD52DB;
}
</style>
border-color css
<style>
span { border-color: #DD52DB; }
span { border-color: rgb(221,82,219); }
td.TdClassName
{
border-color: #DD52DB;
}
.TagClassName
{
border-color: #DD52DB;
}
</style>