Html Css Color HEX #DB46DB Free Speech Magenta
📋 copy color: '#DB46DB'red 219 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #DB46DB
Tints of Free Speech Magenta #DB46DB
RGB
CMYK
RGB Variations
Color information
#DB46DB (or 0xDB46DB) is known color: Free Speech Magenta. HEX triplet: DB, 46 and DB. RGB value is (219,70,219). Sum of RGB (Red+Green+Blue) = 219+70+219=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46DB is #24B924. Grayscale: #838383. Windows color (decimal): -2406693 or 14370523. OLE color: 14370523.
HSL color Cylindrical-coordinate representation of color #DB46DB: hue angle of 300º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46DB is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 70 | 219 | - |
CMYK | 0 | 0.68 | 0 | 0.14 |
HSL | 300º | 0.67% | 0.57% | - |
HSV(B) | 300º | 0.68% | 0.86% | - |
XYZ | 44.19 | 24.55 | 69.43 | - |
YUV | 131.54 | 177.36 | 190.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 70 | 219 | 0 | 0.68 | 0 | 0.14 | 300 | 0.67 | 0.57 |
Hex | DB | 46 | DB | 0 | 44 | 0 | E | 12C | 43 | 39 |
Octal | 333 | 106 | 333 | 0 | 104 | 0 | 16 | 454 | 103 | 71 |
Binary | 11011011 | 1000110 | 11011011 | 0 | 1000100 | 0 | 1110 | 100101100 | 1000011 | 111001 |
Color Harmonies of #DB46DB
Complementary color
Monochromatic Colors of #DB46DB
Black with #DB46DB
Text Example
Text Example
White with #DB46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46DB; }
p { color: rgb(219,70,219); }
H1.HeaderClassName
{
color: #DB46DB;
}
.AnyTagClassName
{
color: #DB46DB;
}
</style>
background-color css
<style>
a { background-color: #DB46DB; }
a { background-color: rgb(219,70,219); }
div.DivClassName
{
background-color: #DB46DB;
}
.BgClassName
{
background-color: #DB46DB;
}
</style>
border-color css
<style>
span { border-color: #DB46DB; }
span { border-color: rgb(219,70,219); }
td.TdClassName
{
border-color: #DB46DB;
}
.TagClassName
{
border-color: #DB46DB;
}
</style>