Html Css Color HEX #DB33DB Free Speech Magenta
📋 copy color: '#DB33DB'red 219 ◦ green 51 ◦ blue 219
Shades of Free Speech Magenta #DB33DB
Tints of Free Speech Magenta #DB33DB
RGB
CMYK
RGB Variations
Color information
#DB33DB (or 0xDB33DB) is known color: Free Speech Magenta. HEX triplet: DB, 33 and DB. RGB value is (219,51,219). Sum of RGB (Red+Green+Blue) = 219+51+219=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33DB is #24CC24. Grayscale: #777777. Windows color (decimal): -2411557 or 14365659. OLE color: 14365659.
HSL color Cylindrical-coordinate representation of color #DB33DB: hue angle of 300º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33DB is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 51 | 219 | - |
CMYK | 0 | 0.77 | 0 | 0.14 |
HSL | 300º | 0.7% | 0.53% | - |
HSV(B) | 300º | 0.77% | 0.86% | - |
XYZ | 43.18 | 22.54 | 69.09 | - |
YUV | 120.38 | 183.66 | 198.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 51 | 219 | 0 | 0.77 | 0 | 0.14 | 300 | 0.7 | 0.53 |
Hex | DB | 33 | DB | 0 | 4D | 0 | E | 12C | 46 | 35 |
Octal | 333 | 63 | 333 | 0 | 115 | 0 | 16 | 454 | 106 | 65 |
Binary | 11011011 | 110011 | 11011011 | 0 | 1001101 | 0 | 1110 | 100101100 | 1000110 | 110101 |
Color Harmonies of #DB33DB
Complementary color
Monochromatic Colors of #DB33DB
Black with #DB33DB
Text Example
Text Example
White with #DB33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33DB; }
p { color: rgb(219,51,219); }
H1.HeaderClassName
{
color: #DB33DB;
}
.AnyTagClassName
{
color: #DB33DB;
}
</style>
background-color css
<style>
a { background-color: #DB33DB; }
a { background-color: rgb(219,51,219); }
div.DivClassName
{
background-color: #DB33DB;
}
.BgClassName
{
background-color: #DB33DB;
}
</style>
border-color css
<style>
span { border-color: #DB33DB; }
span { border-color: rgb(219,51,219); }
td.TdClassName
{
border-color: #DB33DB;
}
.TagClassName
{
border-color: #DB33DB;
}
</style>