Html Css Color HEX #DB3FDB Free Speech Magenta
📋 copy color: '#DB3FDB'red 219 ◦ green 63 ◦ blue 219
Shades of Free Speech Magenta #DB3FDB
Tints of Free Speech Magenta #DB3FDB
RGB
CMYK
RGB Variations
Color information
#DB3FDB (or 0xDB3FDB) is known color: Free Speech Magenta. HEX triplet: DB, 3F and DB. RGB value is (219,63,219). Sum of RGB (Red+Green+Blue) = 219+63+219=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FDB is #24C024. Grayscale: #7E7E7E. Windows color (decimal): -2408485 or 14368731. OLE color: 14368731.
HSL color Cylindrical-coordinate representation of color #DB3FDB: hue angle of 300º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FDB is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 63 | 219 | - |
CMYK | 0 | 0.71 | 0 | 0.14 |
HSL | 300º | 0.68% | 0.55% | - |
HSV(B) | 300º | 0.71% | 0.86% | - |
XYZ | 43.78 | 23.73 | 69.29 | - |
YUV | 127.43 | 179.68 | 193.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 63 | 219 | 0 | 0.71 | 0 | 0.14 | 300 | 0.68 | 0.55 |
Hex | DB | 3F | DB | 0 | 47 | 0 | E | 12C | 44 | 37 |
Octal | 333 | 77 | 333 | 0 | 107 | 0 | 16 | 454 | 104 | 67 |
Binary | 11011011 | 111111 | 11011011 | 0 | 1000111 | 0 | 1110 | 100101100 | 1000100 | 110111 |
Color Harmonies of #DB3FDB
Complementary color
Monochromatic Colors of #DB3FDB
Black with #DB3FDB
Text Example
Text Example
White with #DB3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FDB; }
p { color: rgb(219,63,219); }
H1.HeaderClassName
{
color: #DB3FDB;
}
.AnyTagClassName
{
color: #DB3FDB;
}
</style>
background-color css
<style>
a { background-color: #DB3FDB; }
a { background-color: rgb(219,63,219); }
div.DivClassName
{
background-color: #DB3FDB;
}
.BgClassName
{
background-color: #DB3FDB;
}
</style>
border-color css
<style>
span { border-color: #DB3FDB; }
span { border-color: rgb(219,63,219); }
td.TdClassName
{
border-color: #DB3FDB;
}
.TagClassName
{
border-color: #DB3FDB;
}
</style>