Html Css Color HEX #DB38E5 Free Speech Magenta
📋 copy color: '#DB38E5'red 219 ◦ green 56 ◦ blue 229
Shades of Free Speech Magenta #DB38E5
Tints of Free Speech Magenta #DB38E5
RGB
CMYK
RGB Variations
Color information
#DB38E5 (or 0xDB38E5) is known color: Free Speech Magenta. HEX triplet: DB, 38 and E5. RGB value is (219,56,229). Sum of RGB (Red+Green+Blue) = 219+56+229=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38E5 is #24C71A. Grayscale: #7B7B7B. Windows color (decimal): -2410267 or 15022299. OLE color: 15022299.
HSL color Cylindrical-coordinate representation of color #DB38E5: hue angle of 296.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38E5 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 56 | 229 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.10 |
| HSL | 296.53º | 0.77% | 0.56% | - |
| HSV(B) | 296.53º | 0.76% | 0.9% | - |
| XYZ | 44.77 | 23.55 | 76.31 | - |
| YUV | 124.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 229 | 0.04 | 0.76 | 0 | 0.10 | 296.53 | 0.77 | 0.56 |
| Hex | DB | 38 | E5 | 4 | 4C | 0 | A | 129 | 4D | 38 |
| Octal | 333 | 70 | 345 | 4 | 114 | 0 | 12 | 451 | 115 | 70 |
| Binary | 11011011 | 111000 | 11100101 | 100 | 1001100 | 0 | 1010 | 100101001 | 1001101 | 111000 |
Color Harmonies of #DB38E5
Complementary color
Monochromatic Colors of #DB38E5
Black with #DB38E5
Text Example
Text Example
White with #DB38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38E5; }
p { color: rgb(219,56,229); }
H1.HeaderClassName
{
color: #DB38E5;
}
.AnyTagClassName
{
color: #DB38E5;
}
</style>
background-color css
<style>
a { background-color: #DB38E5; }
a { background-color: rgb(219,56,229); }
div.DivClassName
{
background-color: #DB38E5;
}
.BgClassName
{
background-color: #DB38E5;
}
</style>
border-color css
<style>
span { border-color: #DB38E5; }
span { border-color: rgb(219,56,229); }
td.TdClassName
{
border-color: #DB38E5;
}
.TagClassName
{
border-color: #DB38E5;
}
</style>