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