Html Css Color HEX #DB42EF Free Speech Magenta
📋 copy color: '#DB42EF'red 219 ◦ green 66 ◦ blue 239
Shades of Free Speech Magenta #DB42EF
Tints of Free Speech Magenta #DB42EF
RGB
CMYK
RGB Variations
Color information
#DB42EF (or 0xDB42EF) is known color: Free Speech Magenta. HEX triplet: DB, 42 and EF. RGB value is (219,66,239). Sum of RGB (Red+Green+Blue) = 219+66+239=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42EF is #24BD10. Grayscale: #828282. Windows color (decimal): -2407697 or 15680219. OLE color: 15680219.
HSL color Cylindrical-coordinate representation of color #DB42EF: hue angle of 293.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42EF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 66 | 239 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.06 |
| HSL | 293.06º | 0.84% | 0.6% | - |
| HSV(B) | 293.06º | 0.72% | 0.94% | - |
| XYZ | 46.74 | 25.19 | 84.06 | - |
| YUV | 131.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 239 | 0.08 | 0.72 | 0 | 0.06 | 293.06 | 0.84 | 0.6 |
| Hex | DB | 42 | EF | 8 | 48 | 0 | 6 | 125 | 54 | 3C |
| Octal | 333 | 102 | 357 | 10 | 110 | 0 | 6 | 445 | 124 | 74 |
| Binary | 11011011 | 1000010 | 11101111 | 1000 | 1001000 | 0 | 110 | 100100101 | 1010100 | 111100 |
Color Harmonies of #DB42EF
Complementary color
Monochromatic Colors of #DB42EF
Black with #DB42EF
Text Example
Text Example
White with #DB42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42EF; }
p { color: rgb(219,66,239); }
H1.HeaderClassName
{
color: #DB42EF;
}
.AnyTagClassName
{
color: #DB42EF;
}
</style>
background-color css
<style>
a { background-color: #DB42EF; }
a { background-color: rgb(219,66,239); }
div.DivClassName
{
background-color: #DB42EF;
}
.BgClassName
{
background-color: #DB42EF;
}
</style>
border-color css
<style>
span { border-color: #DB42EF; }
span { border-color: rgb(219,66,239); }
td.TdClassName
{
border-color: #DB42EF;
}
.TagClassName
{
border-color: #DB42EF;
}
</style>