Html Css Color HEX #DB5EBB Free Speech Magenta
📋 copy color: '#DB5EBB'red 219 ◦ green 94 ◦ blue 187
Shades of Free Speech Magenta #DB5EBB
Tints of Free Speech Magenta #DB5EBB
RGB
CMYK
RGB Variations
Color information
#DB5EBB (or 0xDB5EBB) is known color: Free Speech Magenta. HEX triplet: DB, 5E and BB. RGB value is (219,94,187). Sum of RGB (Red+Green+Blue) = 219+94+187=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EBB is #24A144. Grayscale: #8D8D8D. Windows color (decimal): -2400581 or 12279515. OLE color: 12279515.
HSL color Cylindrical-coordinate representation of color #DB5EBB: hue angle of 315.36º 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 #DB5EBB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 187 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.14 |
| HSL | 315.36º | 0.63% | 0.61% | - |
| HSV(B) | 315.36º | 0.57% | 0.86% | - |
| XYZ | 42.19 | 26.65 | 49.93 | - |
| YUV | 141.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 187 | 0 | 0.57 | 0.15 | 0.14 | 315.36 | 0.63 | 0.61 |
| Hex | DB | 5E | BB | 0 | 39 | F | E | 13B | 3F | 3D |
| Octal | 333 | 136 | 273 | 0 | 71 | 17 | 16 | 473 | 77 | 75 |
| Binary | 11011011 | 1011110 | 10111011 | 0 | 111001 | 1111 | 1110 | 100111011 | 111111 | 111101 |
Color Harmonies of #DB5EBB
Complementary color
Monochromatic Colors of #DB5EBB
Black with #DB5EBB
Text Example
Text Example
White with #DB5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EBB; }
p { color: rgb(219,94,187); }
H1.HeaderClassName
{
color: #DB5EBB;
}
.AnyTagClassName
{
color: #DB5EBB;
}
</style>
background-color css
<style>
a { background-color: #DB5EBB; }
a { background-color: rgb(219,94,187); }
div.DivClassName
{
background-color: #DB5EBB;
}
.BgClassName
{
background-color: #DB5EBB;
}
</style>
border-color css
<style>
span { border-color: #DB5EBB; }
span { border-color: rgb(219,94,187); }
td.TdClassName
{
border-color: #DB5EBB;
}
.TagClassName
{
border-color: #DB5EBB;
}
</style>