Html Css Color HEX #DB38E3 Free Speech Magenta
📋 copy color: '#DB38E3'red 219 ◦ green 56 ◦ blue 227
Shades of Free Speech Magenta #DB38E3
Tints of Free Speech Magenta #DB38E3
RGB
CMYK
RGB Variations
Color information
#DB38E3 (or 0xDB38E3) is known color: Free Speech Magenta. HEX triplet: DB, 38 and E3. RGB value is (219,56,227). Sum of RGB (Red+Green+Blue) = 219+56+227=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB38E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38E3 is #24C71C. Grayscale: #7B7B7B. Windows color (decimal): -2410269 or 14891227. OLE color: 14891227.
HSL color Cylindrical-coordinate representation of color #DB38E3: hue angle of 297.19º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB38E3 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 56 | 227 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.11 |
| HSL | 297.19º | 0.75% | 0.55% | - |
| HSV(B) | 297.19º | 0.75% | 0.89% | - |
| XYZ | 44.49 | 23.43 | 74.85 | - |
| YUV | 124.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 227 | 0.04 | 0.75 | 0 | 0.11 | 297.19 | 0.75 | 0.55 |
| Hex | DB | 38 | E3 | 4 | 4B | 0 | B | 129 | 4B | 37 |
| Octal | 333 | 70 | 343 | 4 | 113 | 0 | 13 | 451 | 113 | 67 |
| Binary | 11011011 | 111000 | 11100011 | 100 | 1001011 | 0 | 1011 | 100101001 | 1001011 | 110111 |
Color Harmonies of #DB38E3
Complementary color
Monochromatic Colors of #DB38E3
Black with #DB38E3
Text Example
Text Example
White with #DB38E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38E3; }
p { color: rgb(219,56,227); }
H1.HeaderClassName
{
color: #DB38E3;
}
.AnyTagClassName
{
color: #DB38E3;
}
</style>
background-color css
<style>
a { background-color: #DB38E3; }
a { background-color: rgb(219,56,227); }
div.DivClassName
{
background-color: #DB38E3;
}
.BgClassName
{
background-color: #DB38E3;
}
</style>
border-color css
<style>
span { border-color: #DB38E3; }
span { border-color: rgb(219,56,227); }
td.TdClassName
{
border-color: #DB38E3;
}
.TagClassName
{
border-color: #DB38E3;
}
</style>