Html Css Color HEX #DB31EF Free Speech Magenta
📋 copy color: '#DB31EF'red 219 ◦ green 49 ◦ blue 239
Shades of Free Speech Magenta #DB31EF
Tints of Free Speech Magenta #DB31EF
RGB
CMYK
RGB Variations
Color information
#DB31EF (or 0xDB31EF) is known color: Free Speech Magenta. HEX triplet: DB, 31 and EF. RGB value is (219,49,239). Sum of RGB (Red+Green+Blue) = 219+49+239=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB31EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31EF is #24CE10. Grayscale: #787878. Windows color (decimal): -2412049 or 15675867. OLE color: 15675867.
HSL color Cylindrical-coordinate representation of color #DB31EF: hue angle of 293.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB31EF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 49 | 239 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.06 |
| HSL | 293.68º | 0.86% | 0.56% | - |
| HSV(B) | 293.68º | 0.79% | 0.94% | - |
| XYZ | 45.89 | 23.49 | 83.78 | - |
| YUV | 121.49 | 194.32 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 239 | 0.08 | 0.79 | 0 | 0.06 | 293.68 | 0.86 | 0.56 |
| Hex | DB | 31 | EF | 8 | 4F | 0 | 6 | 126 | 56 | 38 |
| Octal | 333 | 61 | 357 | 10 | 117 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011011 | 110001 | 11101111 | 1000 | 1001111 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DB31EF
Complementary color
Monochromatic Colors of #DB31EF
Black with #DB31EF
Text Example
Text Example
White with #DB31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31EF; }
p { color: rgb(219,49,239); }
H1.HeaderClassName
{
color: #DB31EF;
}
.AnyTagClassName
{
color: #DB31EF;
}
</style>
background-color css
<style>
a { background-color: #DB31EF; }
a { background-color: rgb(219,49,239); }
div.DivClassName
{
background-color: #DB31EF;
}
.BgClassName
{
background-color: #DB31EF;
}
</style>
border-color css
<style>
span { border-color: #DB31EF; }
span { border-color: rgb(219,49,239); }
td.TdClassName
{
border-color: #DB31EF;
}
.TagClassName
{
border-color: #DB31EF;
}
</style>