Html Css Color HEX #DB5AD2 Free Speech Magenta
📋 copy color: '#DB5AD2'red 219 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #DB5AD2
Tints of Free Speech Magenta #DB5AD2
RGB
CMYK
RGB Variations
Color information
#DB5AD2 (or 0xDB5AD2) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D2. RGB value is (219,90,210). Sum of RGB (Red+Green+Blue) = 219+90+210=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD2 is #24A52D. Grayscale: #8D8D8D. Windows color (decimal): -2401582 or 13785819. OLE color: 13785819.
HSL color Cylindrical-coordinate representation of color #DB5AD2: hue angle of 304.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AD2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 210 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.14 |
| HSL | 304.19º | 0.64% | 0.61% | - |
| HSV(B) | 304.19º | 0.59% | 0.86% | - |
| XYZ | 44.5 | 27.03 | 63.84 | - |
| YUV | 142.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 210 | 0 | 0.59 | 0.04 | 0.14 | 304.19 | 0.64 | 0.61 |
| Hex | DB | 5A | D2 | 0 | 3B | 4 | E | 130 | 40 | 3D |
| Octal | 333 | 132 | 322 | 0 | 73 | 4 | 16 | 460 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11010010 | 0 | 111011 | 100 | 1110 | 100110000 | 1000000 | 111101 |
Color Harmonies of #DB5AD2
Complementary color
Monochromatic Colors of #DB5AD2
Black with #DB5AD2
Text Example
Text Example
White with #DB5AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AD2; }
p { color: rgb(219,90,210); }
H1.HeaderClassName
{
color: #DB5AD2;
}
.AnyTagClassName
{
color: #DB5AD2;
}
</style>
background-color css
<style>
a { background-color: #DB5AD2; }
a { background-color: rgb(219,90,210); }
div.DivClassName
{
background-color: #DB5AD2;
}
.BgClassName
{
background-color: #DB5AD2;
}
</style>
border-color css
<style>
span { border-color: #DB5AD2; }
span { border-color: rgb(219,90,210); }
td.TdClassName
{
border-color: #DB5AD2;
}
.TagClassName
{
border-color: #DB5AD2;
}
</style>