Html Css Color HEX #DB3BD8 Free Speech Magenta
📋 copy color: '#DB3BD8'red 219 ◦ green 59 ◦ blue 216
Shades of Free Speech Magenta #DB3BD8
Tints of Free Speech Magenta #DB3BD8
RGB
CMYK
RGB Variations
Color information
#DB3BD8 (or 0xDB3BD8) is known color: Free Speech Magenta. HEX triplet: DB, 3B and D8. RGB value is (219,59,216). Sum of RGB (Red+Green+Blue) = 219+59+216=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BD8 is #24C427. Grayscale: #7C7C7C. Windows color (decimal): -2409512 or 14171099. OLE color: 14171099.
HSL color Cylindrical-coordinate representation of color #DB3BD8: hue angle of 301.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BD8 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 216 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.14 |
| HSL | 301.13º | 0.69% | 0.55% | - |
| HSV(B) | 301.13º | 0.73% | 0.86% | - |
| XYZ | 43.17 | 23.15 | 67.16 | - |
| YUV | 124.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 216 | 0 | 0.73 | 0.01 | 0.14 | 301.13 | 0.69 | 0.55 |
| Hex | DB | 3B | D8 | 0 | 49 | 1 | E | 12D | 45 | 37 |
| Octal | 333 | 73 | 330 | 0 | 111 | 1 | 16 | 455 | 105 | 67 |
| Binary | 11011011 | 111011 | 11011000 | 0 | 1001001 | 1 | 1110 | 100101101 | 1000101 | 110111 |
Color Harmonies of #DB3BD8
Complementary color
Monochromatic Colors of #DB3BD8
Black with #DB3BD8
Text Example
Text Example
White with #DB3BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BD8; }
p { color: rgb(219,59,216); }
H1.HeaderClassName
{
color: #DB3BD8;
}
.AnyTagClassName
{
color: #DB3BD8;
}
</style>
background-color css
<style>
a { background-color: #DB3BD8; }
a { background-color: rgb(219,59,216); }
div.DivClassName
{
background-color: #DB3BD8;
}
.BgClassName
{
background-color: #DB3BD8;
}
</style>
border-color css
<style>
span { border-color: #DB3BD8; }
span { border-color: rgb(219,59,216); }
td.TdClassName
{
border-color: #DB3BD8;
}
.TagClassName
{
border-color: #DB3BD8;
}
</style>