Html Css Color HEX #DB5FBC Free Speech Magenta
📋 copy color: '#DB5FBC'red 219 ◦ green 95 ◦ blue 188
Shades of Free Speech Magenta #DB5FBC
Tints of Free Speech Magenta #DB5FBC
RGB
CMYK
RGB Variations
Color information
#DB5FBC (or 0xDB5FBC) is known color: Free Speech Magenta. HEX triplet: DB, 5F and BC. RGB value is (219,95,188). Sum of RGB (Red+Green+Blue) = 219+95+188=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FBC is #24A043. Grayscale: #8E8E8E. Windows color (decimal): -2400324 or 12345307. OLE color: 12345307.
HSL color Cylindrical-coordinate representation of color #DB5FBC: hue angle of 315º 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 #DB5FBC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 188 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.14 |
| HSL | 315º | 0.63% | 0.62% | - |
| HSV(B) | 315º | 0.57% | 0.86% | - |
| XYZ | 42.38 | 26.88 | 50.53 | - |
| YUV | 142.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 188 | 0 | 0.57 | 0.14 | 0.14 | 315 | 0.63 | 0.62 |
| Hex | DB | 5F | BC | 0 | 39 | E | E | 13B | 3F | 3E |
| Octal | 333 | 137 | 274 | 0 | 71 | 16 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1011111 | 10111100 | 0 | 111001 | 1110 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB5FBC
Complementary color
Monochromatic Colors of #DB5FBC
Black with #DB5FBC
Text Example
Text Example
White with #DB5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FBC; }
p { color: rgb(219,95,188); }
H1.HeaderClassName
{
color: #DB5FBC;
}
.AnyTagClassName
{
color: #DB5FBC;
}
</style>
background-color css
<style>
a { background-color: #DB5FBC; }
a { background-color: rgb(219,95,188); }
div.DivClassName
{
background-color: #DB5FBC;
}
.BgClassName
{
background-color: #DB5FBC;
}
</style>
border-color css
<style>
span { border-color: #DB5FBC; }
span { border-color: rgb(219,95,188); }
td.TdClassName
{
border-color: #DB5FBC;
}
.TagClassName
{
border-color: #DB5FBC;
}
</style>