Html Css Color HEX #DB5AD0 Free Speech Magenta
📋 copy color: '#DB5AD0'red 219 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #DB5AD0
Tints of Free Speech Magenta #DB5AD0
RGB
CMYK
RGB Variations
Color information
#DB5AD0 (or 0xDB5AD0) is known color: Free Speech Magenta. HEX triplet: DB, 5A and D0. RGB value is (219,90,208). Sum of RGB (Red+Green+Blue) = 219+90+208=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5AD0 is #24A52F. Grayscale: #8D8D8D. Windows color (decimal): -2401584 or 13654747. OLE color: 13654747.
HSL color Cylindrical-coordinate representation of color #DB5AD0: hue angle of 305.12º 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 #DB5AD0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 208 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.14 |
| HSL | 305.12º | 0.64% | 0.61% | - |
| HSV(B) | 305.12º | 0.59% | 0.86% | - |
| XYZ | 44.25 | 26.93 | 62.54 | - |
| YUV | 142.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 208 | 0 | 0.59 | 0.05 | 0.14 | 305.12 | 0.64 | 0.61 |
| Hex | DB | 5A | D0 | 0 | 3B | 5 | E | 131 | 40 | 3D |
| Octal | 333 | 132 | 320 | 0 | 73 | 5 | 16 | 461 | 100 | 75 |
| Binary | 11011011 | 1011010 | 11010000 | 0 | 111011 | 101 | 1110 | 100110001 | 1000000 | 111101 |
Color Harmonies of #DB5AD0
Complementary color
Monochromatic Colors of #DB5AD0
Black with #DB5AD0
Text Example
Text Example
White with #DB5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AD0; }
p { color: rgb(219,90,208); }
H1.HeaderClassName
{
color: #DB5AD0;
}
.AnyTagClassName
{
color: #DB5AD0;
}
</style>
background-color css
<style>
a { background-color: #DB5AD0; }
a { background-color: rgb(219,90,208); }
div.DivClassName
{
background-color: #DB5AD0;
}
.BgClassName
{
background-color: #DB5AD0;
}
</style>
border-color css
<style>
span { border-color: #DB5AD0; }
span { border-color: rgb(219,90,208); }
td.TdClassName
{
border-color: #DB5AD0;
}
.TagClassName
{
border-color: #DB5AD0;
}
</style>