Html Css Color HEX #DB3BDD Free Speech Magenta
📋 copy color: '#DB3BDD'red 219 ◦ green 59 ◦ blue 221
Shades of Free Speech Magenta #DB3BDD
Tints of Free Speech Magenta #DB3BDD
RGB
CMYK
RGB Variations
Color information
#DB3BDD (or 0xDB3BDD) is known color: Free Speech Magenta. HEX triplet: DB, 3B and DD. RGB value is (219,59,221). Sum of RGB (Red+Green+Blue) = 219+59+221=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BDD is #24C422. Grayscale: #7C7C7C. Windows color (decimal): -2409507 or 14498779. OLE color: 14498779.
HSL color Cylindrical-coordinate representation of color #DB3BDD: hue angle of 299.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BDD is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 59 | 221 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.13 |
| HSL | 299.26º | 0.7% | 0.55% | - |
| HSV(B) | 299.26º | 0.73% | 0.87% | - |
| XYZ | 43.83 | 23.41 | 70.61 | - |
| YUV | 125.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 221 | 0.01 | 0.73 | 0 | 0.13 | 299.26 | 0.7 | 0.55 |
| Hex | DB | 3B | DD | 1 | 49 | 0 | D | 12B | 46 | 37 |
| Octal | 333 | 73 | 335 | 1 | 111 | 0 | 15 | 453 | 106 | 67 |
| Binary | 11011011 | 111011 | 11011101 | 1 | 1001001 | 0 | 1101 | 100101011 | 1000110 | 110111 |
Color Harmonies of #DB3BDD
Complementary color
Monochromatic Colors of #DB3BDD
Black with #DB3BDD
Text Example
Text Example
White with #DB3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BDD; }
p { color: rgb(219,59,221); }
H1.HeaderClassName
{
color: #DB3BDD;
}
.AnyTagClassName
{
color: #DB3BDD;
}
</style>
background-color css
<style>
a { background-color: #DB3BDD; }
a { background-color: rgb(219,59,221); }
div.DivClassName
{
background-color: #DB3BDD;
}
.BgClassName
{
background-color: #DB3BDD;
}
</style>
border-color css
<style>
span { border-color: #DB3BDD; }
span { border-color: rgb(219,59,221); }
td.TdClassName
{
border-color: #DB3BDD;
}
.TagClassName
{
border-color: #DB3BDD;
}
</style>