Html Css Color HEX #DB51D6 Free Speech Magenta
📋 copy color: '#DB51D6'red 219 ◦ green 81 ◦ blue 214
Shades of Free Speech Magenta #DB51D6
Tints of Free Speech Magenta #DB51D6
RGB
CMYK
RGB Variations
Color information
#DB51D6 (or 0xDB51D6) is known color: Free Speech Magenta. HEX triplet: DB, 51 and D6. RGB value is (219,81,214). Sum of RGB (Red+Green+Blue) = 219+81+214=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51D6 is #24AE29. Grayscale: #898989. Windows color (decimal): -2403882 or 14045659. OLE color: 14045659.
HSL color Cylindrical-coordinate representation of color #DB51D6: hue angle of 302.17º 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 #DB51D6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 214 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.14 |
| HSL | 302.17º | 0.66% | 0.59% | - |
| HSV(B) | 302.17º | 0.63% | 0.86% | - |
| XYZ | 44.29 | 25.8 | 66.26 | - |
| YUV | 137.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 214 | 0 | 0.63 | 0.02 | 0.14 | 302.17 | 0.66 | 0.59 |
| Hex | DB | 51 | D6 | 0 | 3F | 2 | E | 12E | 42 | 3B |
| Octal | 333 | 121 | 326 | 0 | 77 | 2 | 16 | 456 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11010110 | 0 | 111111 | 10 | 1110 | 100101110 | 1000010 | 111011 |
Color Harmonies of #DB51D6
Complementary color
Monochromatic Colors of #DB51D6
Black with #DB51D6
Text Example
Text Example
White with #DB51D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51D6; }
p { color: rgb(219,81,214); }
H1.HeaderClassName
{
color: #DB51D6;
}
.AnyTagClassName
{
color: #DB51D6;
}
</style>
background-color css
<style>
a { background-color: #DB51D6; }
a { background-color: rgb(219,81,214); }
div.DivClassName
{
background-color: #DB51D6;
}
.BgClassName
{
background-color: #DB51D6;
}
</style>
border-color css
<style>
span { border-color: #DB51D6; }
span { border-color: rgb(219,81,214); }
td.TdClassName
{
border-color: #DB51D6;
}
.TagClassName
{
border-color: #DB51D6;
}
</style>