Html Css Color HEX #DB5EBE Free Speech Magenta
📋 copy color: '#DB5EBE'red 219 ◦ green 94 ◦ blue 190
Shades of Free Speech Magenta #DB5EBE
Tints of Free Speech Magenta #DB5EBE
RGB
CMYK
RGB Variations
Color information
#DB5EBE (or 0xDB5EBE) is known color: Free Speech Magenta. HEX triplet: DB, 5E and BE. RGB value is (219,94,190). Sum of RGB (Red+Green+Blue) = 219+94+190=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EBE is #24A141. Grayscale: #8E8E8E. Windows color (decimal): -2400578 or 12476123. OLE color: 12476123.
HSL color Cylindrical-coordinate representation of color #DB5EBE: hue angle of 313.92º 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 #DB5EBE is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 190 | - |
CMYK | 0 | 0.57 | 0.13 | 0.14 |
HSL | 313.92º | 0.63% | 0.61% | - |
HSV(B) | 313.92º | 0.57% | 0.86% | - |
XYZ | 42.51 | 26.78 | 51.64 | - |
YUV | 142.32 | 154.91 | 182.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 190 | 0 | 0.57 | 0.13 | 0.14 | 313.92 | 0.63 | 0.61 |
Hex | DB | 5E | BE | 0 | 39 | D | E | 13A | 3F | 3D |
Octal | 333 | 136 | 276 | 0 | 71 | 15 | 16 | 472 | 77 | 75 |
Binary | 11011011 | 1011110 | 10111110 | 0 | 111001 | 1101 | 1110 | 100111010 | 111111 | 111101 |
Color Harmonies of #DB5EBE
Complementary color
Monochromatic Colors of #DB5EBE
Black with #DB5EBE
Text Example
Text Example
White with #DB5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EBE; }
p { color: rgb(219,94,190); }
H1.HeaderClassName
{
color: #DB5EBE;
}
.AnyTagClassName
{
color: #DB5EBE;
}
</style>
background-color css
<style>
a { background-color: #DB5EBE; }
a { background-color: rgb(219,94,190); }
div.DivClassName
{
background-color: #DB5EBE;
}
.BgClassName
{
background-color: #DB5EBE;
}
</style>
border-color css
<style>
span { border-color: #DB5EBE; }
span { border-color: rgb(219,94,190); }
td.TdClassName
{
border-color: #DB5EBE;
}
.TagClassName
{
border-color: #DB5EBE;
}
</style>