Html Css Color HEX #DB5EDB Free Speech Magenta
📋 copy color: '#DB5EDB'red 219 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #DB5EDB
Tints of Free Speech Magenta #DB5EDB
RGB
CMYK
RGB Variations
Color information
#DB5EDB (or 0xDB5EDB) is known color: Free Speech Magenta. HEX triplet: DB, 5E and DB. RGB value is (219,94,219). Sum of RGB (Red+Green+Blue) = 219+94+219=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EDB is #24A124. Grayscale: #919191. Windows color (decimal): -2400549 or 14376667. OLE color: 14376667.
HSL color Cylindrical-coordinate representation of color #DB5EDB: hue angle of 300º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5EDB is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 94 | 219 | - |
CMYK | 0 | 0.57 | 0 | 0.14 |
HSL | 300º | 0.63% | 0.61% | - |
HSV(B) | 300º | 0.57% | 0.86% | - |
XYZ | 46 | 28.18 | 70.03 | - |
YUV | 145.63 | 169.41 | 180.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 94 | 219 | 0 | 0.57 | 0 | 0.14 | 300 | 0.63 | 0.61 |
Hex | DB | 5E | DB | 0 | 39 | 0 | E | 12C | 3F | 3D |
Octal | 333 | 136 | 333 | 0 | 71 | 0 | 16 | 454 | 77 | 75 |
Binary | 11011011 | 1011110 | 11011011 | 0 | 111001 | 0 | 1110 | 100101100 | 111111 | 111101 |
Color Harmonies of #DB5EDB
Complementary color
Monochromatic Colors of #DB5EDB
Black with #DB5EDB
Text Example
Text Example
White with #DB5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EDB; }
p { color: rgb(219,94,219); }
H1.HeaderClassName
{
color: #DB5EDB;
}
.AnyTagClassName
{
color: #DB5EDB;
}
</style>
background-color css
<style>
a { background-color: #DB5EDB; }
a { background-color: rgb(219,94,219); }
div.DivClassName
{
background-color: #DB5EDB;
}
.BgClassName
{
background-color: #DB5EDB;
}
</style>
border-color css
<style>
span { border-color: #DB5EDB; }
span { border-color: rgb(219,94,219); }
td.TdClassName
{
border-color: #DB5EDB;
}
.TagClassName
{
border-color: #DB5EDB;
}
</style>