Html Css Color HEX #DB3EDB Free Speech Magenta
📋 copy color: '#DB3EDB'red 219 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #DB3EDB
Tints of Free Speech Magenta #DB3EDB
RGB
CMYK
RGB Variations
Color information
#DB3EDB (or 0xDB3EDB) is known color: Free Speech Magenta. HEX triplet: DB, 3E and DB. RGB value is (219,62,219). Sum of RGB (Red+Green+Blue) = 219+62+219=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EDB is #24C124. Grayscale: #7E7E7E. Windows color (decimal): -2408741 or 14368475. OLE color: 14368475.
HSL color Cylindrical-coordinate representation of color #DB3EDB: hue angle of 300º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EDB is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 62 | 219 | - |
CMYK | 0 | 0.72 | 0 | 0.14 |
HSL | 300º | 0.69% | 0.55% | - |
HSV(B) | 300º | 0.72% | 0.86% | - |
XYZ | 43.72 | 23.62 | 69.27 | - |
YUV | 126.84 | 180.01 | 193.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 62 | 219 | 0 | 0.72 | 0 | 0.14 | 300 | 0.69 | 0.55 |
Hex | DB | 3E | DB | 0 | 48 | 0 | E | 12C | 45 | 37 |
Octal | 333 | 76 | 333 | 0 | 110 | 0 | 16 | 454 | 105 | 67 |
Binary | 11011011 | 111110 | 11011011 | 0 | 1001000 | 0 | 1110 | 100101100 | 1000101 | 110111 |
Color Harmonies of #DB3EDB
Complementary color
Monochromatic Colors of #DB3EDB
Black with #DB3EDB
Text Example
Text Example
White with #DB3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EDB; }
p { color: rgb(219,62,219); }
H1.HeaderClassName
{
color: #DB3EDB;
}
.AnyTagClassName
{
color: #DB3EDB;
}
</style>
background-color css
<style>
a { background-color: #DB3EDB; }
a { background-color: rgb(219,62,219); }
div.DivClassName
{
background-color: #DB3EDB;
}
.BgClassName
{
background-color: #DB3EDB;
}
</style>
border-color css
<style>
span { border-color: #DB3EDB; }
span { border-color: rgb(219,62,219); }
td.TdClassName
{
border-color: #DB3EDB;
}
.TagClassName
{
border-color: #DB3EDB;
}
</style>