Html Css Color HEX #DB35D8 Free Speech Magenta
📋 copy color: '#DB35D8'red 219 ◦ green 53 ◦ blue 216
Shades of Free Speech Magenta #DB35D8
Tints of Free Speech Magenta #DB35D8
RGB
CMYK
RGB Variations
Color information
#DB35D8 (or 0xDB35D8) is known color: Free Speech Magenta. HEX triplet: DB, 35 and D8. RGB value is (219,53,216). Sum of RGB (Red+Green+Blue) = 219+53+216=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35D8 is #24CA27. Grayscale: #787878. Windows color (decimal): -2411048 or 14169563. OLE color: 14169563.
HSL color Cylindrical-coordinate representation of color #DB35D8: hue angle of 301.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35D8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 216 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.14 |
| HSL | 301.08º | 0.7% | 0.53% | - |
| HSV(B) | 301.08º | 0.76% | 0.86% | - |
| XYZ | 42.88 | 22.56 | 67.06 | - |
| YUV | 121.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 216 | 0 | 0.76 | 0.01 | 0.14 | 301.08 | 0.7 | 0.53 |
| Hex | DB | 35 | D8 | 0 | 4C | 1 | E | 12D | 46 | 35 |
| Octal | 333 | 65 | 330 | 0 | 114 | 1 | 16 | 455 | 106 | 65 |
| Binary | 11011011 | 110101 | 11011000 | 0 | 1001100 | 1 | 1110 | 100101101 | 1000110 | 110101 |
Color Harmonies of #DB35D8
Complementary color
Monochromatic Colors of #DB35D8
Black with #DB35D8
Text Example
Text Example
White with #DB35D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35D8; }
p { color: rgb(219,53,216); }
H1.HeaderClassName
{
color: #DB35D8;
}
.AnyTagClassName
{
color: #DB35D8;
}
</style>
background-color css
<style>
a { background-color: #DB35D8; }
a { background-color: rgb(219,53,216); }
div.DivClassName
{
background-color: #DB35D8;
}
.BgClassName
{
background-color: #DB35D8;
}
</style>
border-color css
<style>
span { border-color: #DB35D8; }
span { border-color: rgb(219,53,216); }
td.TdClassName
{
border-color: #DB35D8;
}
.TagClassName
{
border-color: #DB35D8;
}
</style>