Html Css Color HEX #DB51D1 Free Speech Magenta
📋 copy color: '#DB51D1'red 219 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #DB51D1
Tints of Free Speech Magenta #DB51D1
RGB
CMYK
RGB Variations
Color information
#DB51D1 (or 0xDB51D1) is known color: Free Speech Magenta. HEX triplet: DB, 51 and D1. RGB value is (219,81,209). Sum of RGB (Red+Green+Blue) = 219+81+209=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 81 (32.03% from 255 or 15.91% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51D1 is #24AE2E. Grayscale: #888888. Windows color (decimal): -2403887 or 13717979. OLE color: 13717979.
HSL color Cylindrical-coordinate representation of color #DB51D1: hue angle of 304.35º 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 #DB51D1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 209 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.14 |
| HSL | 304.35º | 0.66% | 0.59% | - |
| HSV(B) | 304.35º | 0.63% | 0.86% | - |
| XYZ | 43.66 | 25.55 | 62.95 | - |
| YUV | 136.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 209 | 0 | 0.63 | 0.05 | 0.14 | 304.35 | 0.66 | 0.59 |
| Hex | DB | 51 | D1 | 0 | 3F | 5 | E | 130 | 42 | 3B |
| Octal | 333 | 121 | 321 | 0 | 77 | 5 | 16 | 460 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11010001 | 0 | 111111 | 101 | 1110 | 100110000 | 1000010 | 111011 |
Color Harmonies of #DB51D1
Complementary color
Monochromatic Colors of #DB51D1
Black with #DB51D1
Text Example
Text Example
White with #DB51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51D1; }
p { color: rgb(219,81,209); }
H1.HeaderClassName
{
color: #DB51D1;
}
.AnyTagClassName
{
color: #DB51D1;
}
</style>
background-color css
<style>
a { background-color: #DB51D1; }
a { background-color: rgb(219,81,209); }
div.DivClassName
{
background-color: #DB51D1;
}
.BgClassName
{
background-color: #DB51D1;
}
</style>
border-color css
<style>
span { border-color: #DB51D1; }
span { border-color: rgb(219,81,209); }
td.TdClassName
{
border-color: #DB51D1;
}
.TagClassName
{
border-color: #DB51D1;
}
</style>