Html Css Color HEX #DB38E1 Free Speech Magenta
📋 copy color: '#DB38E1'red 219 ◦ green 56 ◦ blue 225
Shades of Free Speech Magenta #DB38E1
Tints of Free Speech Magenta #DB38E1
RGB
CMYK
RGB Variations
Color information
#DB38E1 (or 0xDB38E1) is known color: Free Speech Magenta. HEX triplet: DB, 38 and E1. RGB value is (219,56,225). Sum of RGB (Red+Green+Blue) = 219+56+225=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB38E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38E1 is #24C71E. Grayscale: #7B7B7B. Windows color (decimal): -2410271 or 14760155. OLE color: 14760155.
HSL color Cylindrical-coordinate representation of color #DB38E1: hue angle of 297.87º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB38E1 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 56 | 225 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.12 |
| HSL | 297.87º | 0.74% | 0.55% | - |
| HSV(B) | 297.87º | 0.75% | 0.88% | - |
| XYZ | 44.22 | 23.32 | 73.41 | - |
| YUV | 124 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 225 | 0.03 | 0.75 | 0 | 0.12 | 297.87 | 0.74 | 0.55 |
| Hex | DB | 38 | E1 | 3 | 4B | 0 | C | 12A | 4A | 37 |
| Octal | 333 | 70 | 341 | 3 | 113 | 0 | 14 | 452 | 112 | 67 |
| Binary | 11011011 | 111000 | 11100001 | 11 | 1001011 | 0 | 1100 | 100101010 | 1001010 | 110111 |
Color Harmonies of #DB38E1
Complementary color
Monochromatic Colors of #DB38E1
Black with #DB38E1
Text Example
Text Example
White with #DB38E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38E1; }
p { color: rgb(219,56,225); }
H1.HeaderClassName
{
color: #DB38E1;
}
.AnyTagClassName
{
color: #DB38E1;
}
</style>
background-color css
<style>
a { background-color: #DB38E1; }
a { background-color: rgb(219,56,225); }
div.DivClassName
{
background-color: #DB38E1;
}
.BgClassName
{
background-color: #DB38E1;
}
</style>
border-color css
<style>
span { border-color: #DB38E1; }
span { border-color: rgb(219,56,225); }
td.TdClassName
{
border-color: #DB38E1;
}
.TagClassName
{
border-color: #DB38E1;
}
</style>