Html Css Color HEX #DB3ADB Free Speech Magenta
📋 copy color: '#DB3ADB'red 219 ◦ green 58 ◦ blue 219
Shades of Free Speech Magenta #DB3ADB
Tints of Free Speech Magenta #DB3ADB
RGB
CMYK
RGB Variations
Color information
#DB3ADB (or 0xDB3ADB) is known color: Free Speech Magenta. HEX triplet: DB, 3A and DB. RGB value is (219,58,219). Sum of RGB (Red+Green+Blue) = 219+58+219=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ADB is #24C524. Grayscale: #7C7C7C. Windows color (decimal): -2409765 or 14367451. OLE color: 14367451.
HSL color Cylindrical-coordinate representation of color #DB3ADB: hue angle of 300º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3ADB is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 58 | 219 | - |
CMYK | 0 | 0.74 | 0 | 0.14 |
HSL | 300º | 0.69% | 0.54% | - |
HSV(B) | 300º | 0.74% | 0.86% | - |
XYZ | 43.51 | 23.2 | 69.2 | - |
YUV | 124.49 | 181.34 | 195.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 58 | 219 | 0 | 0.74 | 0 | 0.14 | 300 | 0.69 | 0.54 |
Hex | DB | 3A | DB | 0 | 4A | 0 | E | 12C | 45 | 36 |
Octal | 333 | 72 | 333 | 0 | 112 | 0 | 16 | 454 | 105 | 66 |
Binary | 11011011 | 111010 | 11011011 | 0 | 1001010 | 0 | 1110 | 100101100 | 1000101 | 110110 |
Color Harmonies of #DB3ADB
Complementary color
Monochromatic Colors of #DB3ADB
Black with #DB3ADB
Text Example
Text Example
White with #DB3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ADB; }
p { color: rgb(219,58,219); }
H1.HeaderClassName
{
color: #DB3ADB;
}
.AnyTagClassName
{
color: #DB3ADB;
}
</style>
background-color css
<style>
a { background-color: #DB3ADB; }
a { background-color: rgb(219,58,219); }
div.DivClassName
{
background-color: #DB3ADB;
}
.BgClassName
{
background-color: #DB3ADB;
}
</style>
border-color css
<style>
span { border-color: #DB3ADB; }
span { border-color: rgb(219,58,219); }
td.TdClassName
{
border-color: #DB3ADB;
}
.TagClassName
{
border-color: #DB3ADB;
}
</style>