Html Css Color HEX #DB51DC Free Speech Magenta
📋 copy color: '#DB51DC'red 219 ◦ green 81 ◦ blue 220
Shades of Free Speech Magenta #DB51DC
Tints of Free Speech Magenta #DB51DC
RGB
CMYK
RGB Variations
Color information
#DB51DC (or 0xDB51DC) is known color: Free Speech Magenta. HEX triplet: DB, 51 and DC. RGB value is (219,81,220). Sum of RGB (Red+Green+Blue) = 219+81+220=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51DC is #24AE23. Grayscale: #898989. Windows color (decimal): -2403876 or 14438875. OLE color: 14438875.
HSL color Cylindrical-coordinate representation of color #DB51DC: hue angle of 299.57º degrees, saturation: 0.67, 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 #DB51DC is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 220 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.14 |
| HSL | 299.57º | 0.67% | 0.59% | - |
| HSV(B) | 299.57º | 0.63% | 0.86% | - |
| XYZ | 45.07 | 26.11 | 70.37 | - |
| YUV | 138.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 220 | 0.00 | 0.63 | 0 | 0.14 | 299.57 | 0.67 | 0.59 |
| Hex | DB | 51 | DC | 0 | 3F | 0 | E | 12C | 43 | 3B |
| Octal | 333 | 121 | 334 | 0 | 77 | 0 | 16 | 454 | 103 | 73 |
| Binary | 11011011 | 1010001 | 11011100 | 0 | 111111 | 0 | 1110 | 100101100 | 1000011 | 111011 |
Color Harmonies of #DB51DC
Complementary color
Monochromatic Colors of #DB51DC
Black with #DB51DC
Text Example
Text Example
White with #DB51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51DC; }
p { color: rgb(219,81,220); }
H1.HeaderClassName
{
color: #DB51DC;
}
.AnyTagClassName
{
color: #DB51DC;
}
</style>
background-color css
<style>
a { background-color: #DB51DC; }
a { background-color: rgb(219,81,220); }
div.DivClassName
{
background-color: #DB51DC;
}
.BgClassName
{
background-color: #DB51DC;
}
</style>
border-color css
<style>
span { border-color: #DB51DC; }
span { border-color: rgb(219,81,220); }
td.TdClassName
{
border-color: #DB51DC;
}
.TagClassName
{
border-color: #DB51DC;
}
</style>