Html Css Color HEX #DB5FDB Free Speech Magenta
📋 copy color: '#DB5FDB'red 219 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #DB5FDB
Tints of Free Speech Magenta #DB5FDB
RGB
CMYK
RGB Variations
Color information
#DB5FDB (or 0xDB5FDB) is known color: Free Speech Magenta. HEX triplet: DB, 5F and DB. RGB value is (219,95,219). Sum of RGB (Red+Green+Blue) = 219+95+219=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FDB is #24A024. Grayscale: #919191. Windows color (decimal): -2400293 or 14376923. OLE color: 14376923.
HSL color Cylindrical-coordinate representation of color #DB5FDB: hue angle of 300º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FDB is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 219 | - |
| CMYK | 0 | 0.57 | 0 | 0.14 |
| HSL | 300º | 0.63% | 0.62% | - |
| HSV(B) | 300º | 0.57% | 0.86% | - |
| XYZ | 46.09 | 28.36 | 70.06 | - |
| YUV | 146.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 219 | 0 | 0.57 | 0 | 0.14 | 300 | 0.63 | 0.62 |
| Hex | DB | 5F | DB | 0 | 39 | 0 | E | 12C | 3F | 3E |
| Octal | 333 | 137 | 333 | 0 | 71 | 0 | 16 | 454 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11011011 | 0 | 111001 | 0 | 1110 | 100101100 | 111111 | 111110 |
Color Harmonies of #DB5FDB
Complementary color
Monochromatic Colors of #DB5FDB
Black with #DB5FDB
Text Example
Text Example
White with #DB5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FDB; }
p { color: rgb(219,95,219); }
H1.HeaderClassName
{
color: #DB5FDB;
}
.AnyTagClassName
{
color: #DB5FDB;
}
</style>
background-color css
<style>
a { background-color: #DB5FDB; }
a { background-color: rgb(219,95,219); }
div.DivClassName
{
background-color: #DB5FDB;
}
.BgClassName
{
background-color: #DB5FDB;
}
</style>
border-color css
<style>
span { border-color: #DB5FDB; }
span { border-color: rgb(219,95,219); }
td.TdClassName
{
border-color: #DB5FDB;
}
.TagClassName
{
border-color: #DB5FDB;
}
</style>