Html Css Color HEX #DB31ED Free Speech Magenta
📋 copy color: '#DB31ED'red 219 ◦ green 49 ◦ blue 237
Shades of Free Speech Magenta #DB31ED
Tints of Free Speech Magenta #DB31ED
RGB
CMYK
RGB Variations
Color information
#DB31ED (or 0xDB31ED) is known color: Free Speech Magenta. HEX triplet: DB, 31 and ED. RGB value is (219,49,237). Sum of RGB (Red+Green+Blue) = 219+49+237=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31ED is #24CE12. Grayscale: #787878. Windows color (decimal): -2412051 or 15544795. OLE color: 15544795.
HSL color Cylindrical-coordinate representation of color #DB31ED: hue angle of 294.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB31ED is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 49 | 237 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.07 |
| HSL | 294.26º | 0.84% | 0.56% | - |
| HSV(B) | 294.26º | 0.79% | 0.93% | - |
| XYZ | 45.6 | 23.37 | 82.23 | - |
| YUV | 121.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 237 | 0.08 | 0.79 | 0 | 0.07 | 294.26 | 0.84 | 0.56 |
| Hex | DB | 31 | ED | 8 | 4F | 0 | 7 | 126 | 54 | 38 |
| Octal | 333 | 61 | 355 | 10 | 117 | 0 | 7 | 446 | 124 | 70 |
| Binary | 11011011 | 110001 | 11101101 | 1000 | 1001111 | 0 | 111 | 100100110 | 1010100 | 111000 |
Color Harmonies of #DB31ED
Complementary color
Monochromatic Colors of #DB31ED
Black with #DB31ED
Text Example
Text Example
White with #DB31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31ED; }
p { color: rgb(219,49,237); }
H1.HeaderClassName
{
color: #DB31ED;
}
.AnyTagClassName
{
color: #DB31ED;
}
</style>
background-color css
<style>
a { background-color: #DB31ED; }
a { background-color: rgb(219,49,237); }
div.DivClassName
{
background-color: #DB31ED;
}
.BgClassName
{
background-color: #DB31ED;
}
</style>
border-color css
<style>
span { border-color: #DB31ED; }
span { border-color: rgb(219,49,237); }
td.TdClassName
{
border-color: #DB31ED;
}
.TagClassName
{
border-color: #DB31ED;
}
</style>