Html Css Color HEX #DB52DC Free Speech Magenta
📋 copy color: '#DB52DC'red 219 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #DB52DC
Tints of Free Speech Magenta #DB52DC
RGB
CMYK
RGB Variations
Color information
#DB52DC (or 0xDB52DC) is known color: Free Speech Magenta. HEX triplet: DB, 52 and DC. RGB value is (219,82,220). Sum of RGB (Red+Green+Blue) = 219+82+220=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DC is #24AD23. Grayscale: #8A8A8A. Windows color (decimal): -2403620 or 14439131. OLE color: 14439131.
HSL color Cylindrical-coordinate representation of color #DB52DC: hue angle of 299.57º 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 #DB52DC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 220 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.14 |
| HSL | 299.57º | 0.66% | 0.59% | - |
| HSV(B) | 299.57º | 0.63% | 0.86% | - |
| XYZ | 45.15 | 26.26 | 70.4 | - |
| YUV | 138.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 220 | 0.00 | 0.63 | 0 | 0.14 | 299.57 | 0.66 | 0.59 |
| Hex | DB | 52 | DC | 0 | 3F | 0 | E | 12C | 42 | 3B |
| Octal | 333 | 122 | 334 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
| Binary | 11011011 | 1010010 | 11011100 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DB52DC
Complementary color
Monochromatic Colors of #DB52DC
Black with #DB52DC
Text Example
Text Example
White with #DB52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52DC; }
p { color: rgb(219,82,220); }
H1.HeaderClassName
{
color: #DB52DC;
}
.AnyTagClassName
{
color: #DB52DC;
}
</style>
background-color css
<style>
a { background-color: #DB52DC; }
a { background-color: rgb(219,82,220); }
div.DivClassName
{
background-color: #DB52DC;
}
.BgClassName
{
background-color: #DB52DC;
}
</style>
border-color css
<style>
span { border-color: #DB52DC; }
span { border-color: rgb(219,82,220); }
td.TdClassName
{
border-color: #DB52DC;
}
.TagClassName
{
border-color: #DB52DC;
}
</style>