Html Css Color HEX #DB5EC0 Free Speech Magenta
📋 copy color: '#DB5EC0'red 219 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #DB5EC0
Tints of Free Speech Magenta #DB5EC0
RGB
CMYK
RGB Variations
Color information
#DB5EC0 (or 0xDB5EC0) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C0. RGB value is (219,94,192). Sum of RGB (Red+Green+Blue) = 219+94+192=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC0 is #24A13F. Grayscale: #8E8E8E. Windows color (decimal): -2400576 or 12607195. OLE color: 12607195.
HSL color Cylindrical-coordinate representation of color #DB5EC0: hue angle of 312.96º 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 #DB5EC0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 192 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.14 |
| HSL | 312.96º | 0.63% | 0.61% | - |
| HSV(B) | 312.96º | 0.57% | 0.86% | - |
| XYZ | 42.73 | 26.87 | 52.8 | - |
| YUV | 142.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 192 | 0 | 0.57 | 0.12 | 0.14 | 312.96 | 0.63 | 0.61 |
| Hex | DB | 5E | C0 | 0 | 39 | C | E | 139 | 3F | 3D |
| Octal | 333 | 136 | 300 | 0 | 71 | 14 | 16 | 471 | 77 | 75 |
| Binary | 11011011 | 1011110 | 11000000 | 0 | 111001 | 1100 | 1110 | 100111001 | 111111 | 111101 |
Color Harmonies of #DB5EC0
Complementary color
Monochromatic Colors of #DB5EC0
Black with #DB5EC0
Text Example
Text Example
White with #DB5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EC0; }
p { color: rgb(219,94,192); }
H1.HeaderClassName
{
color: #DB5EC0;
}
.AnyTagClassName
{
color: #DB5EC0;
}
</style>
background-color css
<style>
a { background-color: #DB5EC0; }
a { background-color: rgb(219,94,192); }
div.DivClassName
{
background-color: #DB5EC0;
}
.BgClassName
{
background-color: #DB5EC0;
}
</style>
border-color css
<style>
span { border-color: #DB5EC0; }
span { border-color: rgb(219,94,192); }
td.TdClassName
{
border-color: #DB5EC0;
}
.TagClassName
{
border-color: #DB5EC0;
}
</style>