Html Css Color HEX #DB38E7 Free Speech Magenta
📋 copy color: '#DB38E7'red 219 ◦ green 56 ◦ blue 231
Shades of Free Speech Magenta #DB38E7
Tints of Free Speech Magenta #DB38E7
RGB
CMYK
RGB Variations
Color information
#DB38E7 (or 0xDB38E7) is known color: Free Speech Magenta. HEX triplet: DB, 38 and E7. RGB value is (219,56,231). Sum of RGB (Red+Green+Blue) = 219+56+231=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB38E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38E7 is #24C718. Grayscale: #7C7C7C. Windows color (decimal): -2410265 or 15153371. OLE color: 15153371.
HSL color Cylindrical-coordinate representation of color #DB38E7: hue angle of 295.89º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38E7 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 56 | 231 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.09 |
| HSL | 295.89º | 0.78% | 0.56% | - |
| HSV(B) | 295.89º | 0.76% | 0.91% | - |
| XYZ | 45.05 | 23.66 | 77.79 | - |
| YUV | 124.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 231 | 0.05 | 0.76 | 0 | 0.09 | 295.89 | 0.78 | 0.56 |
| Hex | DB | 38 | E7 | 5 | 4C | 0 | 9 | 128 | 4E | 38 |
| Octal | 333 | 70 | 347 | 5 | 114 | 0 | 11 | 450 | 116 | 70 |
| Binary | 11011011 | 111000 | 11100111 | 101 | 1001100 | 0 | 1001 | 100101000 | 1001110 | 111000 |
Color Harmonies of #DB38E7
Complementary color
Monochromatic Colors of #DB38E7
Black with #DB38E7
Text Example
Text Example
White with #DB38E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38E7; }
p { color: rgb(219,56,231); }
H1.HeaderClassName
{
color: #DB38E7;
}
.AnyTagClassName
{
color: #DB38E7;
}
</style>
background-color css
<style>
a { background-color: #DB38E7; }
a { background-color: rgb(219,56,231); }
div.DivClassName
{
background-color: #DB38E7;
}
.BgClassName
{
background-color: #DB38E7;
}
</style>
border-color css
<style>
span { border-color: #DB38E7; }
span { border-color: rgb(219,56,231); }
td.TdClassName
{
border-color: #DB38E7;
}
.TagClassName
{
border-color: #DB38E7;
}
</style>