Html Css Color HEX #DB35E5 Free Speech Magenta
📋 copy color: '#DB35E5'red 219 ◦ green 53 ◦ blue 229
Shades of Free Speech Magenta #DB35E5
Tints of Free Speech Magenta #DB35E5
RGB
CMYK
RGB Variations
Color information
#DB35E5 (or 0xDB35E5) is known color: Free Speech Magenta. HEX triplet: DB, 35 and E5. RGB value is (219,53,229). Sum of RGB (Red+Green+Blue) = 219+53+229=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35E5 is #24CA1A. Grayscale: #7A7A7A. Windows color (decimal): -2411035 or 15021531. OLE color: 15021531.
HSL color Cylindrical-coordinate representation of color #DB35E5: hue angle of 296.59º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB35E5 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 53 | 229 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.10 |
| HSL | 296.59º | 0.77% | 0.55% | - |
| HSV(B) | 296.59º | 0.77% | 0.9% | - |
| XYZ | 44.63 | 23.26 | 76.27 | - |
| YUV | 122.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 229 | 0.04 | 0.77 | 0 | 0.10 | 296.59 | 0.77 | 0.55 |
| Hex | DB | 35 | E5 | 4 | 4D | 0 | A | 129 | 4D | 37 |
| Octal | 333 | 65 | 345 | 4 | 115 | 0 | 12 | 451 | 115 | 67 |
| Binary | 11011011 | 110101 | 11100101 | 100 | 1001101 | 0 | 1010 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DB35E5
Complementary color
Monochromatic Colors of #DB35E5
Black with #DB35E5
Text Example
Text Example
White with #DB35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35E5; }
p { color: rgb(219,53,229); }
H1.HeaderClassName
{
color: #DB35E5;
}
.AnyTagClassName
{
color: #DB35E5;
}
</style>
background-color css
<style>
a { background-color: #DB35E5; }
a { background-color: rgb(219,53,229); }
div.DivClassName
{
background-color: #DB35E5;
}
.BgClassName
{
background-color: #DB35E5;
}
</style>
border-color css
<style>
span { border-color: #DB35E5; }
span { border-color: rgb(219,53,229); }
td.TdClassName
{
border-color: #DB35E5;
}
.TagClassName
{
border-color: #DB35E5;
}
</style>