Html Css Color HEX #DB42EB Free Speech Magenta
📋 copy color: '#DB42EB'red 219 ◦ green 66 ◦ blue 235
Shades of Free Speech Magenta #DB42EB
Tints of Free Speech Magenta #DB42EB
RGB
CMYK
RGB Variations
Color information
#DB42EB (or 0xDB42EB) is known color: Free Speech Magenta. HEX triplet: DB, 42 and EB. RGB value is (219,66,235). Sum of RGB (Red+Green+Blue) = 219+66+235=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42EB is #24BD14. Grayscale: #828282. Windows color (decimal): -2407701 or 15418075. OLE color: 15418075.
HSL color Cylindrical-coordinate representation of color #DB42EB: hue angle of 294.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42EB is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 66 | 235 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.08 |
| HSL | 294.32º | 0.81% | 0.59% | - |
| HSV(B) | 294.32º | 0.72% | 0.92% | - |
| XYZ | 46.16 | 24.95 | 80.98 | - |
| YUV | 131.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 235 | 0.07 | 0.72 | 0 | 0.08 | 294.32 | 0.81 | 0.59 |
| Hex | DB | 42 | EB | 7 | 48 | 0 | 8 | 126 | 51 | 3B |
| Octal | 333 | 102 | 353 | 7 | 110 | 0 | 10 | 446 | 121 | 73 |
| Binary | 11011011 | 1000010 | 11101011 | 111 | 1001000 | 0 | 1000 | 100100110 | 1010001 | 111011 |
Color Harmonies of #DB42EB
Complementary color
Monochromatic Colors of #DB42EB
Black with #DB42EB
Text Example
Text Example
White with #DB42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42EB; }
p { color: rgb(219,66,235); }
H1.HeaderClassName
{
color: #DB42EB;
}
.AnyTagClassName
{
color: #DB42EB;
}
</style>
background-color css
<style>
a { background-color: #DB42EB; }
a { background-color: rgb(219,66,235); }
div.DivClassName
{
background-color: #DB42EB;
}
.BgClassName
{
background-color: #DB42EB;
}
</style>
border-color css
<style>
span { border-color: #DB42EB; }
span { border-color: rgb(219,66,235); }
td.TdClassName
{
border-color: #DB42EB;
}
.TagClassName
{
border-color: #DB42EB;
}
</style>