Html Css Color HEX #DB3DDB Free Speech Magenta
📋 copy color: '#DB3DDB'red 219 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #DB3DDB
Tints of Free Speech Magenta #DB3DDB
RGB
CMYK
RGB Variations
Color information
#DB3DDB (or 0xDB3DDB) is known color: Free Speech Magenta. HEX triplet: DB, 3D and DB. RGB value is (219,61,219). Sum of RGB (Red+Green+Blue) = 219+61+219=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3DDB is #24C224. Grayscale: #7D7D7D. Windows color (decimal): -2408997 or 14368219. OLE color: 14368219.
HSL color Cylindrical-coordinate representation of color #DB3DDB: 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 #DB3DDB is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 61 | 219 | - |
CMYK | 0 | 0.72 | 0 | 0.14 |
HSL | 300º | 0.69% | 0.55% | - |
HSV(B) | 300º | 0.72% | 0.86% | - |
XYZ | 43.67 | 23.51 | 69.25 | - |
YUV | 126.25 | 180.35 | 194.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 61 | 219 | 0 | 0.72 | 0 | 0.14 | 300 | 0.69 | 0.55 |
Hex | DB | 3D | DB | 0 | 48 | 0 | E | 12C | 45 | 37 |
Octal | 333 | 75 | 333 | 0 | 110 | 0 | 16 | 454 | 105 | 67 |
Binary | 11011011 | 111101 | 11011011 | 0 | 1001000 | 0 | 1110 | 100101100 | 1000101 | 110111 |
Color Harmonies of #DB3DDB
Complementary color
Monochromatic Colors of #DB3DDB
Black with #DB3DDB
Text Example
Text Example
White with #DB3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DDB; }
p { color: rgb(219,61,219); }
H1.HeaderClassName
{
color: #DB3DDB;
}
.AnyTagClassName
{
color: #DB3DDB;
}
</style>
background-color css
<style>
a { background-color: #DB3DDB; }
a { background-color: rgb(219,61,219); }
div.DivClassName
{
background-color: #DB3DDB;
}
.BgClassName
{
background-color: #DB3DDB;
}
</style>
border-color css
<style>
span { border-color: #DB3DDB; }
span { border-color: rgb(219,61,219); }
td.TdClassName
{
border-color: #DB3DDB;
}
.TagClassName
{
border-color: #DB3DDB;
}
</style>