Html Css Color HEX #DB5FBB Free Speech Magenta
📋 copy color: '#DB5FBB'red 219 ◦ green 95 ◦ blue 187
Shades of Free Speech Magenta #DB5FBB
Tints of Free Speech Magenta #DB5FBB
RGB
CMYK
RGB Variations
Color information
#DB5FBB (or 0xDB5FBB) is known color: Free Speech Magenta. HEX triplet: DB, 5F and BB. RGB value is (219,95,187). Sum of RGB (Red+Green+Blue) = 219+95+187=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FBB is #24A044. Grayscale: #8E8E8E. Windows color (decimal): -2400325 or 12279771. OLE color: 12279771.
HSL color Cylindrical-coordinate representation of color #DB5FBB: hue angle of 315.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FBB is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 187 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.14 |
| HSL | 315.48º | 0.63% | 0.62% | - |
| HSV(B) | 315.48º | 0.57% | 0.86% | - |
| XYZ | 42.28 | 26.83 | 49.96 | - |
| YUV | 142.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 187 | 0 | 0.57 | 0.15 | 0.14 | 315.48 | 0.63 | 0.62 |
| Hex | DB | 5F | BB | 0 | 39 | F | E | 13B | 3F | 3E |
| Octal | 333 | 137 | 273 | 0 | 71 | 17 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10111011 | 0 | 111001 | 1111 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB5FBB
Complementary color
Monochromatic Colors of #DB5FBB
Black with #DB5FBB
Text Example
Text Example
White with #DB5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FBB; }
p { color: rgb(219,95,187); }
H1.HeaderClassName
{
color: #DB5FBB;
}
.AnyTagClassName
{
color: #DB5FBB;
}
</style>
background-color css
<style>
a { background-color: #DB5FBB; }
a { background-color: rgb(219,95,187); }
div.DivClassName
{
background-color: #DB5FBB;
}
.BgClassName
{
background-color: #DB5FBB;
}
</style>
border-color css
<style>
span { border-color: #DB5FBB; }
span { border-color: rgb(219,95,187); }
td.TdClassName
{
border-color: #DB5FBB;
}
.TagClassName
{
border-color: #DB5FBB;
}
</style>