Html Css Color HEX #DB4CDB Free Speech Magenta
📋 copy color: '#DB4CDB'red 219 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #DB4CDB
Tints of Free Speech Magenta #DB4CDB
RGB
CMYK
RGB Variations
Color information
#DB4CDB (or 0xDB4CDB) is known color: Free Speech Magenta. HEX triplet: DB, 4C and DB. RGB value is (219,76,219). Sum of RGB (Red+Green+Blue) = 219+76+219=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CDB is #24B324. Grayscale: #868686. Windows color (decimal): -2405157 or 14372059. OLE color: 14372059.
HSL color Cylindrical-coordinate representation of color #DB4CDB: hue angle of 300º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CDB is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 219 | - |
| CMYK | 0 | 0.65 | 0 | 0.14 |
| HSL | 300º | 0.67% | 0.58% | - |
| HSV(B) | 300º | 0.65% | 0.86% | - |
| XYZ | 44.58 | 25.34 | 69.56 | - |
| YUV | 135.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 219 | 0 | 0.65 | 0 | 0.14 | 300 | 0.67 | 0.58 |
| Hex | DB | 4C | DB | 0 | 41 | 0 | E | 12C | 43 | 3A |
| Octal | 333 | 114 | 333 | 0 | 101 | 0 | 16 | 454 | 103 | 72 |
| Binary | 11011011 | 1001100 | 11011011 | 0 | 1000001 | 0 | 1110 | 100101100 | 1000011 | 111010 |
Color Harmonies of #DB4CDB
Complementary color
Monochromatic Colors of #DB4CDB
Black with #DB4CDB
Text Example
Text Example
White with #DB4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CDB; }
p { color: rgb(219,76,219); }
H1.HeaderClassName
{
color: #DB4CDB;
}
.AnyTagClassName
{
color: #DB4CDB;
}
</style>
background-color css
<style>
a { background-color: #DB4CDB; }
a { background-color: rgb(219,76,219); }
div.DivClassName
{
background-color: #DB4CDB;
}
.BgClassName
{
background-color: #DB4CDB;
}
</style>
border-color css
<style>
span { border-color: #DB4CDB; }
span { border-color: rgb(219,76,219); }
td.TdClassName
{
border-color: #DB4CDB;
}
.TagClassName
{
border-color: #DB4CDB;
}
</style>