Html Css Color HEX #DB38E9 Free Speech Magenta
📋 copy color: '#DB38E9'red 219 ◦ green 56 ◦ blue 233
Shades of Free Speech Magenta #DB38E9
Tints of Free Speech Magenta #DB38E9
RGB
CMYK
RGB Variations
Color information
#DB38E9 (or 0xDB38E9) is known color: Free Speech Magenta. HEX triplet: DB, 38 and E9. RGB value is (219,56,233). Sum of RGB (Red+Green+Blue) = 219+56+233=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38E9 is #24C716. Grayscale: #7C7C7C. Windows color (decimal): -2410263 or 15284443. OLE color: 15284443.
HSL color Cylindrical-coordinate representation of color #DB38E9: hue angle of 295.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38E9 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 56 | 233 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.09 |
| HSL | 295.25º | 0.8% | 0.57% | - |
| HSV(B) | 295.25º | 0.76% | 0.91% | - |
| XYZ | 45.34 | 23.77 | 79.29 | - |
| YUV | 124.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 233 | 0.06 | 0.76 | 0 | 0.09 | 295.25 | 0.8 | 0.57 |
| Hex | DB | 38 | E9 | 6 | 4C | 0 | 9 | 127 | 50 | 39 |
| Octal | 333 | 70 | 351 | 6 | 114 | 0 | 11 | 447 | 120 | 71 |
| Binary | 11011011 | 111000 | 11101001 | 110 | 1001100 | 0 | 1001 | 100100111 | 1010000 | 111001 |
Color Harmonies of #DB38E9
Complementary color
Monochromatic Colors of #DB38E9
Black with #DB38E9
Text Example
Text Example
White with #DB38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38E9; }
p { color: rgb(219,56,233); }
H1.HeaderClassName
{
color: #DB38E9;
}
.AnyTagClassName
{
color: #DB38E9;
}
</style>
background-color css
<style>
a { background-color: #DB38E9; }
a { background-color: rgb(219,56,233); }
div.DivClassName
{
background-color: #DB38E9;
}
.BgClassName
{
background-color: #DB38E9;
}
</style>
border-color css
<style>
span { border-color: #DB38E9; }
span { border-color: rgb(219,56,233); }
td.TdClassName
{
border-color: #DB38E9;
}
.TagClassName
{
border-color: #DB38E9;
}
</style>