Html Css Color HEX #DB51CE Free Speech Magenta
📋 copy color: '#DB51CE'red 219 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #DB51CE
Tints of Free Speech Magenta #DB51CE
RGB
CMYK
RGB Variations
Color information
#DB51CE (or 0xDB51CE) is known color: Free Speech Magenta. HEX triplet: DB, 51 and CE. RGB value is (219,81,206). Sum of RGB (Red+Green+Blue) = 219+81+206=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51CE is #24AE31. Grayscale: #888888. Windows color (decimal): -2403890 or 13521371. OLE color: 13521371.
HSL color Cylindrical-coordinate representation of color #DB51CE: hue angle of 305.65º 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 #DB51CE is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 206 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.14 |
| HSL | 305.65º | 0.66% | 0.59% | - |
| HSV(B) | 305.65º | 0.63% | 0.86% | - |
| XYZ | 43.3 | 25.4 | 61.01 | - |
| YUV | 136.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 206 | 0 | 0.63 | 0.06 | 0.14 | 305.65 | 0.66 | 0.59 |
| Hex | DB | 51 | CE | 0 | 3F | 6 | E | 132 | 42 | 3B |
| Octal | 333 | 121 | 316 | 0 | 77 | 6 | 16 | 462 | 102 | 73 |
| Binary | 11011011 | 1010001 | 11001110 | 0 | 111111 | 110 | 1110 | 100110010 | 1000010 | 111011 |
Color Harmonies of #DB51CE
Complementary color
Monochromatic Colors of #DB51CE
Black with #DB51CE
Text Example
Text Example
White with #DB51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51CE; }
p { color: rgb(219,81,206); }
H1.HeaderClassName
{
color: #DB51CE;
}
.AnyTagClassName
{
color: #DB51CE;
}
</style>
background-color css
<style>
a { background-color: #DB51CE; }
a { background-color: rgb(219,81,206); }
div.DivClassName
{
background-color: #DB51CE;
}
.BgClassName
{
background-color: #DB51CE;
}
</style>
border-color css
<style>
span { border-color: #DB51CE; }
span { border-color: rgb(219,81,206); }
td.TdClassName
{
border-color: #DB51CE;
}
.TagClassName
{
border-color: #DB51CE;
}
</style>