Html Css Color HEX #DB35E6 Free Speech Magenta
📋 copy color: '#DB35E6'red 219 ◦ green 53 ◦ blue 230
Shades of Free Speech Magenta #DB35E6
Tints of Free Speech Magenta #DB35E6
RGB
CMYK
RGB Variations
Color information
#DB35E6 (or 0xDB35E6) is known color: Free Speech Magenta. HEX triplet: DB, 35 and E6. RGB value is (219,53,230). Sum of RGB (Red+Green+Blue) = 219+53+230=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB35E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB35E6 is #24CA19. Grayscale: #7A7A7A. Windows color (decimal): -2411034 or 15087067. OLE color: 15087067.
HSL color Cylindrical-coordinate representation of color #DB35E6: hue angle of 296.27º degrees, saturation: 0.78, 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 #DB35E6 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 53 | 230 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.10 |
| HSL | 296.27º | 0.78% | 0.55% | - |
| HSV(B) | 296.27º | 0.77% | 0.9% | - |
| XYZ | 44.77 | 23.32 | 77 | - |
| YUV | 122.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 230 | 0.05 | 0.77 | 0 | 0.10 | 296.27 | 0.78 | 0.55 |
| Hex | DB | 35 | E6 | 5 | 4D | 0 | A | 128 | 4E | 37 |
| Octal | 333 | 65 | 346 | 5 | 115 | 0 | 12 | 450 | 116 | 67 |
| Binary | 11011011 | 110101 | 11100110 | 101 | 1001101 | 0 | 1010 | 100101000 | 1001110 | 110111 |
Color Harmonies of #DB35E6
Complementary color
Monochromatic Colors of #DB35E6
Black with #DB35E6
Text Example
Text Example
White with #DB35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35E6; }
p { color: rgb(219,53,230); }
H1.HeaderClassName
{
color: #DB35E6;
}
.AnyTagClassName
{
color: #DB35E6;
}
</style>
background-color css
<style>
a { background-color: #DB35E6; }
a { background-color: rgb(219,53,230); }
div.DivClassName
{
background-color: #DB35E6;
}
.BgClassName
{
background-color: #DB35E6;
}
</style>
border-color css
<style>
span { border-color: #DB35E6; }
span { border-color: rgb(219,53,230); }
td.TdClassName
{
border-color: #DB35E6;
}
.TagClassName
{
border-color: #DB35E6;
}
</style>