Html Css Color HEX #DB53D0 Free Speech Magenta
📋 copy color: '#DB53D0'red 219 ◦ green 83 ◦ blue 208
Shades of Free Speech Magenta #DB53D0
Tints of Free Speech Magenta #DB53D0
RGB
CMYK
RGB Variations
Color information
#DB53D0 (or 0xDB53D0) is known color: Free Speech Magenta. HEX triplet: DB, 53 and D0. RGB value is (219,83,208). Sum of RGB (Red+Green+Blue) = 219+83+208=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53D0 is #24AC2F. Grayscale: #898989. Windows color (decimal): -2403376 or 13652955. OLE color: 13652955.
HSL color Cylindrical-coordinate representation of color #DB53D0: hue angle of 304.85º 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 #DB53D0 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 208 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.14 |
| HSL | 304.85º | 0.65% | 0.59% | - |
| HSV(B) | 304.85º | 0.62% | 0.86% | - |
| XYZ | 43.69 | 25.8 | 62.35 | - |
| YUV | 137.91 | 167.56 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 208 | 0 | 0.62 | 0.05 | 0.14 | 304.85 | 0.65 | 0.59 |
| Hex | DB | 53 | D0 | 0 | 3E | 5 | E | 131 | 41 | 3B |
| Octal | 333 | 123 | 320 | 0 | 76 | 5 | 16 | 461 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11010000 | 0 | 111110 | 101 | 1110 | 100110001 | 1000001 | 111011 |
Color Harmonies of #DB53D0
Complementary color
Monochromatic Colors of #DB53D0
Black with #DB53D0
Text Example
Text Example
White with #DB53D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53D0; }
p { color: rgb(219,83,208); }
H1.HeaderClassName
{
color: #DB53D0;
}
.AnyTagClassName
{
color: #DB53D0;
}
</style>
background-color css
<style>
a { background-color: #DB53D0; }
a { background-color: rgb(219,83,208); }
div.DivClassName
{
background-color: #DB53D0;
}
.BgClassName
{
background-color: #DB53D0;
}
</style>
border-color css
<style>
span { border-color: #DB53D0; }
span { border-color: rgb(219,83,208); }
td.TdClassName
{
border-color: #DB53D0;
}
.TagClassName
{
border-color: #DB53D0;
}
</style>