Html Css Color HEX #DB5ED0 Free Speech Magenta
📋 copy color: '#DB5ED0'red 219 ◦ green 94 ◦ blue 208
Shades of Free Speech Magenta #DB5ED0
Tints of Free Speech Magenta #DB5ED0
RGB
CMYK
RGB Variations
Color information
#DB5ED0 (or 0xDB5ED0) is known color: Free Speech Magenta. HEX triplet: DB, 5E and D0. RGB value is (219,94,208). Sum of RGB (Red+Green+Blue) = 219+94+208=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ED0 is #24A12F. Grayscale: #909090. Windows color (decimal): -2400560 or 13655771. OLE color: 13655771.
HSL color Cylindrical-coordinate representation of color #DB5ED0: hue angle of 305.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5ED0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 208 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.14 |
| HSL | 305.28º | 0.63% | 0.61% | - |
| HSV(B) | 305.28º | 0.57% | 0.86% | - |
| XYZ | 44.6 | 27.62 | 62.65 | - |
| YUV | 144.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 208 | 0 | 0.57 | 0.05 | 0.14 | 305.28 | 0.63 | 0.61 |
| Hex | DB | 5E | D0 | 0 | 39 | 5 | E | 131 | 3F | 3D |
| Octal | 333 | 136 | 320 | 0 | 71 | 5 | 16 | 461 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11010000 | 0 | 111001 | 101 | 1110 | 100110001 | 111111 | 111101 |
Color Harmonies of #DB5ED0
Complementary color
Monochromatic Colors of #DB5ED0
Black with #DB5ED0
Text Example
Text Example
White with #DB5ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5ED0; }
p { color: rgb(219,94,208); }
H1.HeaderClassName
{
color: #DB5ED0;
}
.AnyTagClassName
{
color: #DB5ED0;
}
</style>
background-color css
<style>
a { background-color: #DB5ED0; }
a { background-color: rgb(219,94,208); }
div.DivClassName
{
background-color: #DB5ED0;
}
.BgClassName
{
background-color: #DB5ED0;
}
</style>
border-color css
<style>
span { border-color: #DB5ED0; }
span { border-color: rgb(219,94,208); }
td.TdClassName
{
border-color: #DB5ED0;
}
.TagClassName
{
border-color: #DB5ED0;
}
</style>