Html Css Color HEX #DB52E0 Free Speech Magenta
📋 copy color: '#DB52E0'red 219 ◦ green 82 ◦ blue 224
Shades of Free Speech Magenta #DB52E0
Tints of Free Speech Magenta #DB52E0
RGB
CMYK
RGB Variations
Color information
#DB52E0 (or 0xDB52E0) is known color: Free Speech Magenta. HEX triplet: DB, 52 and E0. RGB value is (219,82,224). Sum of RGB (Red+Green+Blue) = 219+82+224=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB52E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52E0 is #24AD1F. Grayscale: #8A8A8A. Windows color (decimal): -2403616 or 14701275. OLE color: 14701275.
HSL color Cylindrical-coordinate representation of color #DB52E0: hue angle of 297.89º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52E0 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 82 | 224 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.12 |
| HSL | 297.89º | 0.7% | 0.6% | - |
| HSV(B) | 297.89º | 0.63% | 0.88% | - |
| XYZ | 45.69 | 26.48 | 73.22 | - |
| YUV | 139.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 224 | 0.02 | 0.63 | 0 | 0.12 | 297.89 | 0.7 | 0.6 |
| Hex | DB | 52 | E0 | 2 | 3F | 0 | C | 12A | 46 | 3C |
| Octal | 333 | 122 | 340 | 2 | 77 | 0 | 14 | 452 | 106 | 74 |
| Binary | 11011011 | 1010010 | 11100000 | 10 | 111111 | 0 | 1100 | 100101010 | 1000110 | 111100 |
Color Harmonies of #DB52E0
Complementary color
Monochromatic Colors of #DB52E0
Black with #DB52E0
Text Example
Text Example
White with #DB52E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52E0; }
p { color: rgb(219,82,224); }
H1.HeaderClassName
{
color: #DB52E0;
}
.AnyTagClassName
{
color: #DB52E0;
}
</style>
background-color css
<style>
a { background-color: #DB52E0; }
a { background-color: rgb(219,82,224); }
div.DivClassName
{
background-color: #DB52E0;
}
.BgClassName
{
background-color: #DB52E0;
}
</style>
border-color css
<style>
span { border-color: #DB52E0; }
span { border-color: rgb(219,82,224); }
td.TdClassName
{
border-color: #DB52E0;
}
.TagClassName
{
border-color: #DB52E0;
}
</style>