Html Css Color HEX #DB52EA Free Speech Magenta
📋 copy color: '#DB52EA'red 219 ◦ green 82 ◦ blue 234
Shades of Free Speech Magenta #DB52EA
Tints of Free Speech Magenta #DB52EA
RGB
CMYK
RGB Variations
Color information
#DB52EA (or 0xDB52EA) is known color: Free Speech Magenta. HEX triplet: DB, 52 and EA. RGB value is (219,82,234). Sum of RGB (Red+Green+Blue) = 219+82+234=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB52EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52EA is #24AD15. Grayscale: #8B8B8B. Windows color (decimal): -2403606 or 15356635. OLE color: 15356635.
HSL color Cylindrical-coordinate representation of color #DB52EA: hue angle of 294.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB52EA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 82 | 234 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.08 |
| HSL | 294.08º | 0.78% | 0.62% | - |
| HSV(B) | 294.08º | 0.65% | 0.92% | - |
| XYZ | 47.08 | 27.04 | 80.58 | - |
| YUV | 140.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 234 | 0.06 | 0.65 | 0 | 0.08 | 294.08 | 0.78 | 0.62 |
| Hex | DB | 52 | EA | 6 | 41 | 0 | 8 | 126 | 4E | 3E |
| Octal | 333 | 122 | 352 | 6 | 101 | 0 | 10 | 446 | 116 | 76 |
| Binary | 11011011 | 1010010 | 11101010 | 110 | 1000001 | 0 | 1000 | 100100110 | 1001110 | 111110 |
Color Harmonies of #DB52EA
Complementary color
Monochromatic Colors of #DB52EA
Black with #DB52EA
Text Example
Text Example
White with #DB52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB52EA; }
p { color: rgb(219,82,234); }
H1.HeaderClassName
{
color: #DB52EA;
}
.AnyTagClassName
{
color: #DB52EA;
}
</style>
background-color css
<style>
a { background-color: #DB52EA; }
a { background-color: rgb(219,82,234); }
div.DivClassName
{
background-color: #DB52EA;
}
.BgClassName
{
background-color: #DB52EA;
}
</style>
border-color css
<style>
span { border-color: #DB52EA; }
span { border-color: rgb(219,82,234); }
td.TdClassName
{
border-color: #DB52EA;
}
.TagClassName
{
border-color: #DB52EA;
}
</style>