Html Css Color HEX #DB4EDB Free Speech Magenta
📋 copy color: '#DB4EDB'red 219 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #DB4EDB
Tints of Free Speech Magenta #DB4EDB
RGB
CMYK
RGB Variations
Color information
#DB4EDB (or 0xDB4EDB) is known color: Free Speech Magenta. HEX triplet: DB, 4E and DB. RGB value is (219,78,219). Sum of RGB (Red+Green+Blue) = 219+78+219=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EDB is #24B124. Grayscale: #878787. Windows color (decimal): -2404645 or 14372571. OLE color: 14372571.
HSL color Cylindrical-coordinate representation of color #DB4EDB: hue angle of 300º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EDB is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 78 | 219 | - |
CMYK | 0 | 0.64 | 0 | 0.14 |
HSL | 300º | 0.66% | 0.58% | - |
HSV(B) | 300º | 0.64% | 0.86% | - |
XYZ | 44.72 | 25.62 | 69.61 | - |
YUV | 136.23 | 174.71 | 187.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 78 | 219 | 0 | 0.64 | 0 | 0.14 | 300 | 0.66 | 0.58 |
Hex | DB | 4E | DB | 0 | 40 | 0 | E | 12C | 42 | 3A |
Octal | 333 | 116 | 333 | 0 | 100 | 0 | 16 | 454 | 102 | 72 |
Binary | 11011011 | 1001110 | 11011011 | 0 | 1000000 | 0 | 1110 | 100101100 | 1000010 | 111010 |
Color Harmonies of #DB4EDB
Complementary color
Monochromatic Colors of #DB4EDB
Black with #DB4EDB
Text Example
Text Example
White with #DB4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EDB; }
p { color: rgb(219,78,219); }
H1.HeaderClassName
{
color: #DB4EDB;
}
.AnyTagClassName
{
color: #DB4EDB;
}
</style>
background-color css
<style>
a { background-color: #DB4EDB; }
a { background-color: rgb(219,78,219); }
div.DivClassName
{
background-color: #DB4EDB;
}
.BgClassName
{
background-color: #DB4EDB;
}
</style>
border-color css
<style>
span { border-color: #DB4EDB; }
span { border-color: rgb(219,78,219); }
td.TdClassName
{
border-color: #DB4EDB;
}
.TagClassName
{
border-color: #DB4EDB;
}
</style>