Html Css Color HEX #DB42EE Free Speech Magenta
📋 copy color: '#DB42EE'red 219 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #DB42EE
Tints of Free Speech Magenta #DB42EE
RGB
CMYK
RGB Variations
Color information
#DB42EE (or 0xDB42EE) is known color: Free Speech Magenta. HEX triplet: DB, 42 and EE. RGB value is (219,66,238). Sum of RGB (Red+Green+Blue) = 219+66+238=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42EE is #24BD11. Grayscale: #828282. Windows color (decimal): -2407698 or 15614683. OLE color: 15614683.
HSL color Cylindrical-coordinate representation of color #DB42EE: hue angle of 293.37º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB42EE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 66 | 238 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.07 |
| HSL | 293.37º | 0.83% | 0.6% | - |
| HSV(B) | 293.37º | 0.72% | 0.93% | - |
| XYZ | 46.59 | 25.13 | 83.28 | - |
| YUV | 131.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 238 | 0.08 | 0.72 | 0 | 0.07 | 293.37 | 0.83 | 0.6 |
| Hex | DB | 42 | EE | 8 | 48 | 0 | 7 | 125 | 53 | 3C |
| Octal | 333 | 102 | 356 | 10 | 110 | 0 | 7 | 445 | 123 | 74 |
| Binary | 11011011 | 1000010 | 11101110 | 1000 | 1001000 | 0 | 111 | 100100101 | 1010011 | 111100 |
Color Harmonies of #DB42EE
Complementary color
Monochromatic Colors of #DB42EE
Black with #DB42EE
Text Example
Text Example
White with #DB42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB42EE; }
p { color: rgb(219,66,238); }
H1.HeaderClassName
{
color: #DB42EE;
}
.AnyTagClassName
{
color: #DB42EE;
}
</style>
background-color css
<style>
a { background-color: #DB42EE; }
a { background-color: rgb(219,66,238); }
div.DivClassName
{
background-color: #DB42EE;
}
.BgClassName
{
background-color: #DB42EE;
}
</style>
border-color css
<style>
span { border-color: #DB42EE; }
span { border-color: rgb(219,66,238); }
td.TdClassName
{
border-color: #DB42EE;
}
.TagClassName
{
border-color: #DB42EE;
}
</style>