Html Css Color HEX #DB42EC Free Speech Magenta
📋 copy color: '#DB42EC'red 219 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #DB42EC
Tints of Free Speech Magenta #DB42EC
RGB
CMYK
RGB Variations
Color information
#DB42EC (or 0xDB42EC) is known color: Free Speech Magenta. HEX triplet: DB, 42 and EC. RGB value is (219,66,236). Sum of RGB (Red+Green+Blue) = 219+66+236=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42EC is #24BD13. Grayscale: #828282. Windows color (decimal): -2407700 or 15483611. OLE color: 15483611.
HSL color Cylindrical-coordinate representation of color #DB42EC: hue angle of 294º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42EC is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 66 | 236 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.07 |
| HSL | 294º | 0.82% | 0.59% | - |
| HSV(B) | 294º | 0.72% | 0.93% | - |
| XYZ | 46.3 | 25.01 | 81.74 | - |
| YUV | 131.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 236 | 0.07 | 0.72 | 0 | 0.07 | 294 | 0.82 | 0.59 |
| Hex | DB | 42 | EC | 7 | 48 | 0 | 7 | 126 | 52 | 3B |
| Octal | 333 | 102 | 354 | 7 | 110 | 0 | 7 | 446 | 122 | 73 |
| Binary | 11011011 | 1000010 | 11101100 | 111 | 1001000 | 0 | 111 | 100100110 | 1010010 | 111011 |
Color Harmonies of #DB42EC
Complementary color
Monochromatic Colors of #DB42EC
Black with #DB42EC
Text Example
Text Example
White with #DB42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42EC; }
p { color: rgb(219,66,236); }
H1.HeaderClassName
{
color: #DB42EC;
}
.AnyTagClassName
{
color: #DB42EC;
}
</style>
background-color css
<style>
a { background-color: #DB42EC; }
a { background-color: rgb(219,66,236); }
div.DivClassName
{
background-color: #DB42EC;
}
.BgClassName
{
background-color: #DB42EC;
}
</style>
border-color css
<style>
span { border-color: #DB42EC; }
span { border-color: rgb(219,66,236); }
td.TdClassName
{
border-color: #DB42EC;
}
.TagClassName
{
border-color: #DB42EC;
}
</style>