Html Css Color HEX #DB53DB Free Speech Magenta
📋 copy color: '#DB53DB'red 219 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #DB53DB
Tints of Free Speech Magenta #DB53DB
RGB
CMYK
RGB Variations
Color information
#DB53DB (or 0xDB53DB) is known color: Free Speech Magenta. HEX triplet: DB, 53 and DB. RGB value is (219,83,219). Sum of RGB (Red+Green+Blue) = 219+83+219=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53DB is #24AC24. Grayscale: #8A8A8A. Windows color (decimal): -2403365 or 14373851. OLE color: 14373851.
HSL color Cylindrical-coordinate representation of color #DB53DB: hue angle of 300º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB53DB is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 219 | - |
| CMYK | 0 | 0.62 | 0 | 0.14 |
| HSL | 300º | 0.65% | 0.59% | - |
| HSV(B) | 300º | 0.62% | 0.86% | - |
| XYZ | 45.09 | 26.36 | 69.73 | - |
| YUV | 139.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 219 | 0 | 0.62 | 0 | 0.14 | 300 | 0.65 | 0.59 |
| Hex | DB | 53 | DB | 0 | 3E | 0 | E | 12C | 41 | 3B |
| Octal | 333 | 123 | 333 | 0 | 76 | 0 | 16 | 454 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11011011 | 0 | 111110 | 0 | 1110 | 100101100 | 1000001 | 111011 |
Color Harmonies of #DB53DB
Complementary color
Monochromatic Colors of #DB53DB
Black with #DB53DB
Text Example
Text Example
White with #DB53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53DB; }
p { color: rgb(219,83,219); }
H1.HeaderClassName
{
color: #DB53DB;
}
.AnyTagClassName
{
color: #DB53DB;
}
</style>
background-color css
<style>
a { background-color: #DB53DB; }
a { background-color: rgb(219,83,219); }
div.DivClassName
{
background-color: #DB53DB;
}
.BgClassName
{
background-color: #DB53DB;
}
</style>
border-color css
<style>
span { border-color: #DB53DB; }
span { border-color: rgb(219,83,219); }
td.TdClassName
{
border-color: #DB53DB;
}
.TagClassName
{
border-color: #DB53DB;
}
</style>