Html Css Color HEX #DB44E8 Free Speech Magenta
📋 copy color: '#DB44E8'red 219 ◦ green 68 ◦ blue 232
Shades of Free Speech Magenta #DB44E8
Tints of Free Speech Magenta #DB44E8
RGB
CMYK
RGB Variations
Color information
#DB44E8 (or 0xDB44E8) is known color: Free Speech Magenta. HEX triplet: DB, 44 and E8. RGB value is (219,68,232). Sum of RGB (Red+Green+Blue) = 219+68+232=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 68 (26.95% from 255 or 13.10% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB44E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB44E8 is #24BB17. Grayscale: #838383. Windows color (decimal): -2407192 or 15221979. OLE color: 15221979.
HSL color Cylindrical-coordinate representation of color #DB44E8: hue angle of 295.24º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB44E8 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 68 | 232 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.09 |
| HSL | 295.24º | 0.78% | 0.59% | - |
| HSV(B) | 295.24º | 0.71% | 0.91% | - |
| XYZ | 45.85 | 25.02 | 78.76 | - |
| YUV | 131.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 232 | 0.06 | 0.71 | 0 | 0.09 | 295.24 | 0.78 | 0.59 |
| Hex | DB | 44 | E8 | 6 | 47 | 0 | 9 | 127 | 4E | 3B |
| Octal | 333 | 104 | 350 | 6 | 107 | 0 | 11 | 447 | 116 | 73 |
| Binary | 11011011 | 1000100 | 11101000 | 110 | 1000111 | 0 | 1001 | 100100111 | 1001110 | 111011 |
Color Harmonies of #DB44E8
Complementary color
Monochromatic Colors of #DB44E8
Black with #DB44E8
Text Example
Text Example
White with #DB44E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44E8; }
p { color: rgb(219,68,232); }
H1.HeaderClassName
{
color: #DB44E8;
}
.AnyTagClassName
{
color: #DB44E8;
}
</style>
background-color css
<style>
a { background-color: #DB44E8; }
a { background-color: rgb(219,68,232); }
div.DivClassName
{
background-color: #DB44E8;
}
.BgClassName
{
background-color: #DB44E8;
}
</style>
border-color css
<style>
span { border-color: #DB44E8; }
span { border-color: rgb(219,68,232); }
td.TdClassName
{
border-color: #DB44E8;
}
.TagClassName
{
border-color: #DB44E8;
}
</style>