Html Css Color HEX #DB42E9 Free Speech Magenta
📋 copy color: '#DB42E9'red 219 ◦ green 66 ◦ blue 233
Shades of Free Speech Magenta #DB42E9
Tints of Free Speech Magenta #DB42E9
RGB
CMYK
RGB Variations
Color information
#DB42E9 (or 0xDB42E9) is known color: Free Speech Magenta. HEX triplet: DB, 42 and E9. RGB value is (219,66,233). Sum of RGB (Red+Green+Blue) = 219+66+233=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB42E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42E9 is #24BD16. Grayscale: #828282. Windows color (decimal): -2407703 or 15287003. OLE color: 15287003.
HSL color Cylindrical-coordinate representation of color #DB42E9: hue angle of 294.97º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42E9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 66 | 233 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.09 |
| HSL | 294.97º | 0.79% | 0.59% | - |
| HSV(B) | 294.97º | 0.72% | 0.91% | - |
| XYZ | 45.87 | 24.84 | 79.47 | - |
| YUV | 130.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 233 | 0.06 | 0.72 | 0 | 0.09 | 294.97 | 0.79 | 0.59 |
| Hex | DB | 42 | E9 | 6 | 48 | 0 | 9 | 127 | 4F | 3B |
| Octal | 333 | 102 | 351 | 6 | 110 | 0 | 11 | 447 | 117 | 73 |
| Binary | 11011011 | 1000010 | 11101001 | 110 | 1001000 | 0 | 1001 | 100100111 | 1001111 | 111011 |
Color Harmonies of #DB42E9
Complementary color
Monochromatic Colors of #DB42E9
Black with #DB42E9
Text Example
Text Example
White with #DB42E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42E9; }
p { color: rgb(219,66,233); }
H1.HeaderClassName
{
color: #DB42E9;
}
.AnyTagClassName
{
color: #DB42E9;
}
</style>
background-color css
<style>
a { background-color: #DB42E9; }
a { background-color: rgb(219,66,233); }
div.DivClassName
{
background-color: #DB42E9;
}
.BgClassName
{
background-color: #DB42E9;
}
</style>
border-color css
<style>
span { border-color: #DB42E9; }
span { border-color: rgb(219,66,233); }
td.TdClassName
{
border-color: #DB42E9;
}
.TagClassName
{
border-color: #DB42E9;
}
</style>