Html Css Color HEX #DB53D1 Free Speech Magenta
📋 copy color: '#DB53D1'red 219 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #DB53D1
Tints of Free Speech Magenta #DB53D1
RGB
CMYK
RGB Variations
Color information
#DB53D1 (or 0xDB53D1) is known color: Free Speech Magenta. HEX triplet: DB, 53 and D1. RGB value is (219,83,209). Sum of RGB (Red+Green+Blue) = 219+83+209=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53D1 is #24AC2E. Grayscale: #898989. Windows color (decimal): -2403375 or 13718491. OLE color: 13718491.
HSL color Cylindrical-coordinate representation of color #DB53D1: hue angle of 304.41º 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 #DB53D1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 209 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.14 |
| HSL | 304.41º | 0.65% | 0.59% | - |
| HSV(B) | 304.41º | 0.62% | 0.86% | - |
| XYZ | 43.82 | 25.85 | 63 | - |
| YUV | 138.03 | 168.06 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 209 | 0 | 0.62 | 0.05 | 0.14 | 304.41 | 0.65 | 0.59 |
| Hex | DB | 53 | D1 | 0 | 3E | 5 | E | 130 | 41 | 3B |
| Octal | 333 | 123 | 321 | 0 | 76 | 5 | 16 | 460 | 101 | 73 |
| Binary | 11011011 | 1010011 | 11010001 | 0 | 111110 | 101 | 1110 | 100110000 | 1000001 | 111011 |
Color Harmonies of #DB53D1
Complementary color
Monochromatic Colors of #DB53D1
Black with #DB53D1
Text Example
Text Example
White with #DB53D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53D1; }
p { color: rgb(219,83,209); }
H1.HeaderClassName
{
color: #DB53D1;
}
.AnyTagClassName
{
color: #DB53D1;
}
</style>
background-color css
<style>
a { background-color: #DB53D1; }
a { background-color: rgb(219,83,209); }
div.DivClassName
{
background-color: #DB53D1;
}
.BgClassName
{
background-color: #DB53D1;
}
</style>
border-color css
<style>
span { border-color: #DB53D1; }
span { border-color: rgb(219,83,209); }
td.TdClassName
{
border-color: #DB53D1;
}
.TagClassName
{
border-color: #DB53D1;
}
</style>