Html Css Color HEX #DB4DE0 Free Speech Magenta
📋 copy color: '#DB4DE0'red 219 ◦ green 77 ◦ blue 224
Shades of Free Speech Magenta #DB4DE0
Tints of Free Speech Magenta #DB4DE0
RGB
CMYK
RGB Variations
Color information
#DB4DE0 (or 0xDB4DE0) is known color: Free Speech Magenta. HEX triplet: DB, 4D and E0. RGB value is (219,77,224). Sum of RGB (Red+Green+Blue) = 219+77+224=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB4DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DE0 is #24B21F. Grayscale: #878787. Windows color (decimal): -2404896 or 14699995. OLE color: 14699995.
HSL color Cylindrical-coordinate representation of color #DB4DE0: hue angle of 297.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4DE0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 77 | 224 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.12 |
| HSL | 297.96º | 0.7% | 0.59% | - |
| HSV(B) | 297.96º | 0.66% | 0.88% | - |
| XYZ | 45.32 | 25.75 | 73.1 | - |
| YUV | 136.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 224 | 0.02 | 0.66 | 0 | 0.12 | 297.96 | 0.7 | 0.59 |
| Hex | DB | 4D | E0 | 2 | 42 | 0 | C | 12A | 46 | 3B |
| Octal | 333 | 115 | 340 | 2 | 102 | 0 | 14 | 452 | 106 | 73 |
| Binary | 11011011 | 1001101 | 11100000 | 10 | 1000010 | 0 | 1100 | 100101010 | 1000110 | 111011 |
Color Harmonies of #DB4DE0
Complementary color
Monochromatic Colors of #DB4DE0
Black with #DB4DE0
Text Example
Text Example
White with #DB4DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DE0; }
p { color: rgb(219,77,224); }
H1.HeaderClassName
{
color: #DB4DE0;
}
.AnyTagClassName
{
color: #DB4DE0;
}
</style>
background-color css
<style>
a { background-color: #DB4DE0; }
a { background-color: rgb(219,77,224); }
div.DivClassName
{
background-color: #DB4DE0;
}
.BgClassName
{
background-color: #DB4DE0;
}
</style>
border-color css
<style>
span { border-color: #DB4DE0; }
span { border-color: rgb(219,77,224); }
td.TdClassName
{
border-color: #DB4DE0;
}
.TagClassName
{
border-color: #DB4DE0;
}
</style>