Html Css Color HEX #DB52DB Free Speech Magenta
📋 copy color: '#DB52DB'red 219 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DB52DB
Tints of Free Speech Magenta #DB52DB
RGB
CMYK
RGB Variations
Color information
#DB52DB (or 0xDB52DB) is known color: Free Speech Magenta. HEX triplet: DB, 52 and DB. RGB value is (219,82,219). Sum of RGB (Red+Green+Blue) = 219+82+219=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DB is #24AD24. Grayscale: #8A8A8A. Windows color (decimal): -2403621 or 14373595. OLE color: 14373595.
HSL color Cylindrical-coordinate representation of color #DB52DB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52DB is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 219 | - |
| CMYK | 0 | 0.63 | 0 | 0.14 |
| HSL | 300º | 0.66% | 0.59% | - |
| HSV(B) | 300º | 0.63% | 0.86% | - |
| XYZ | 45.02 | 26.21 | 69.7 | - |
| YUV | 138.58 | 173.39 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 219 | 0 | 0.63 | 0 | 0.14 | 300 | 0.66 | 0.59 |
| Hex | DB | 52 | DB | 0 | 3F | 0 | E | 12C | 42 | 3B |
| Octal | 333 | 122 | 333 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11011011 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DB52DB
Complementary color
Monochromatic Colors of #DB52DB
Black with #DB52DB
Text Example
Text Example
White with #DB52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52DB; }
p { color: rgb(219,82,219); }
H1.HeaderClassName
{
color: #DB52DB;
}
.AnyTagClassName
{
color: #DB52DB;
}
</style>
background-color css
<style>
a { background-color: #DB52DB; }
a { background-color: rgb(219,82,219); }
div.DivClassName
{
background-color: #DB52DB;
}
.BgClassName
{
background-color: #DB52DB;
}
</style>
border-color css
<style>
span { border-color: #DB52DB; }
span { border-color: rgb(219,82,219); }
td.TdClassName
{
border-color: #DB52DB;
}
.TagClassName
{
border-color: #DB52DB;
}
</style>