Html Css Color HEX #DB51BD Free Speech Magenta
📋 copy color: '#DB51BD'red 219 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #DB51BD
Tints of Free Speech Magenta #DB51BD
RGB
CMYK
RGB Variations
Color information
#DB51BD (or 0xDB51BD) is known color: Free Speech Magenta. HEX triplet: DB, 51 and BD. RGB value is (219,81,189). Sum of RGB (Red+Green+Blue) = 219+81+189=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51BD is #24AE42. Grayscale: #868686. Windows color (decimal): -2403907 or 12407259. OLE color: 12407259.
HSL color Cylindrical-coordinate representation of color #DB51BD: hue angle of 313.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB51BD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 189 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.14 |
| HSL | 313.04º | 0.66% | 0.59% | - |
| HSV(B) | 313.04º | 0.63% | 0.86% | - |
| XYZ | 41.34 | 24.62 | 50.72 | - |
| YUV | 134.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 189 | 0 | 0.63 | 0.14 | 0.14 | 313.04 | 0.66 | 0.59 |
| Hex | DB | 51 | BD | 0 | 3F | E | E | 139 | 42 | 3B |
| Octal | 333 | 121 | 275 | 0 | 77 | 16 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10111101 | 0 | 111111 | 1110 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB51BD
Complementary color
Monochromatic Colors of #DB51BD
Black with #DB51BD
Text Example
Text Example
White with #DB51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51BD; }
p { color: rgb(219,81,189); }
H1.HeaderClassName
{
color: #DB51BD;
}
.AnyTagClassName
{
color: #DB51BD;
}
</style>
background-color css
<style>
a { background-color: #DB51BD; }
a { background-color: rgb(219,81,189); }
div.DivClassName
{
background-color: #DB51BD;
}
.BgClassName
{
background-color: #DB51BD;
}
</style>
border-color css
<style>
span { border-color: #DB51BD; }
span { border-color: rgb(219,81,189); }
td.TdClassName
{
border-color: #DB51BD;
}
.TagClassName
{
border-color: #DB51BD;
}
</style>