Html Css Color HEX #DB44E9 Free Speech Magenta
📋 copy color: '#DB44E9'red 219 ◦ green 68 ◦ blue 233
Shades of Free Speech Magenta #DB44E9
Tints of Free Speech Magenta #DB44E9
RGB
CMYK
RGB Variations
Color information
#DB44E9 (or 0xDB44E9) is known color: Free Speech Magenta. HEX triplet: DB, 44 and E9. RGB value is (219,68,233). Sum of RGB (Red+Green+Blue) = 219+68+233=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB44E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB44E9 is #24BB16. Grayscale: #838383. Windows color (decimal): -2407191 or 15287515. OLE color: 15287515.
HSL color Cylindrical-coordinate representation of color #DB44E9: hue angle of 294.91º degrees, saturation: 0.79, 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 #DB44E9 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 68 | 233 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.09 |
| HSL | 294.91º | 0.79% | 0.59% | - |
| HSV(B) | 294.91º | 0.71% | 0.91% | - |
| XYZ | 45.99 | 25.08 | 79.51 | - |
| YUV | 131.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 233 | 0.06 | 0.71 | 0 | 0.09 | 294.91 | 0.79 | 0.59 |
| Hex | DB | 44 | E9 | 6 | 47 | 0 | 9 | 127 | 4F | 3B |
| Octal | 333 | 104 | 351 | 6 | 107 | 0 | 11 | 447 | 117 | 73 |
| Binary | 11011011 | 1000100 | 11101001 | 110 | 1000111 | 0 | 1001 | 100100111 | 1001111 | 111011 |
Color Harmonies of #DB44E9
Complementary color
Monochromatic Colors of #DB44E9
Black with #DB44E9
Text Example
Text Example
White with #DB44E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB44E9; }
p { color: rgb(219,68,233); }
H1.HeaderClassName
{
color: #DB44E9;
}
.AnyTagClassName
{
color: #DB44E9;
}
</style>
background-color css
<style>
a { background-color: #DB44E9; }
a { background-color: rgb(219,68,233); }
div.DivClassName
{
background-color: #DB44E9;
}
.BgClassName
{
background-color: #DB44E9;
}
</style>
border-color css
<style>
span { border-color: #DB44E9; }
span { border-color: rgb(219,68,233); }
td.TdClassName
{
border-color: #DB44E9;
}
.TagClassName
{
border-color: #DB44E9;
}
</style>