Html Css Color HEX #DB51BE Free Speech Magenta
📋 copy color: '#DB51BE'red 219 ◦ green 81 ◦ blue 190
Shades of Free Speech Magenta #DB51BE
Tints of Free Speech Magenta #DB51BE
RGB
CMYK
RGB Variations
Color information
#DB51BE (or 0xDB51BE) is known color: Free Speech Magenta. HEX triplet: DB, 51 and BE. RGB value is (219,81,190). Sum of RGB (Red+Green+Blue) = 219+81+190=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51BE is #24AE41. Grayscale: #868686. Windows color (decimal): -2403906 or 12472795. OLE color: 12472795.
HSL color Cylindrical-coordinate representation of color #DB51BE: hue angle of 312.61º 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 #DB51BE is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 190 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.14 |
| HSL | 312.61º | 0.66% | 0.59% | - |
| HSV(B) | 312.61º | 0.63% | 0.86% | - |
| XYZ | 41.45 | 24.66 | 51.29 | - |
| YUV | 134.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 190 | 0 | 0.63 | 0.13 | 0.14 | 312.61 | 0.66 | 0.59 |
| Hex | DB | 51 | BE | 0 | 3F | D | E | 139 | 42 | 3B |
| Octal | 333 | 121 | 276 | 0 | 77 | 15 | 16 | 471 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10111110 | 0 | 111111 | 1101 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB51BE
Complementary color
Monochromatic Colors of #DB51BE
Black with #DB51BE
Text Example
Text Example
White with #DB51BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51BE; }
p { color: rgb(219,81,190); }
H1.HeaderClassName
{
color: #DB51BE;
}
.AnyTagClassName
{
color: #DB51BE;
}
</style>
background-color css
<style>
a { background-color: #DB51BE; }
a { background-color: rgb(219,81,190); }
div.DivClassName
{
background-color: #DB51BE;
}
.BgClassName
{
background-color: #DB51BE;
}
</style>
border-color css
<style>
span { border-color: #DB51BE; }
span { border-color: rgb(219,81,190); }
td.TdClassName
{
border-color: #DB51BE;
}
.TagClassName
{
border-color: #DB51BE;
}
</style>