Html Css Color HEX #DB31DD Free Speech Magenta
📋 copy color: '#DB31DD'red 219 ◦ green 49 ◦ blue 221
Shades of Free Speech Magenta #DB31DD
Tints of Free Speech Magenta #DB31DD
RGB
CMYK
RGB Variations
Color information
#DB31DD (or 0xDB31DD) is known color: Free Speech Magenta. HEX triplet: DB, 31 and DD. RGB value is (219,49,221). Sum of RGB (Red+Green+Blue) = 219+49+221=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31DD is #24CE22. Grayscale: #767676. Windows color (decimal): -2412067 or 14496219. OLE color: 14496219.
HSL color Cylindrical-coordinate representation of color #DB31DD: hue angle of 299.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31DD is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 49 | 221 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.13 |
| HSL | 299.3º | 0.72% | 0.53% | - |
| HSV(B) | 299.3º | 0.78% | 0.87% | - |
| XYZ | 43.36 | 22.48 | 70.46 | - |
| YUV | 119.44 | 185.32 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 221 | 0.01 | 0.78 | 0 | 0.13 | 299.3 | 0.72 | 0.53 |
| Hex | DB | 31 | DD | 1 | 4E | 0 | D | 12B | 48 | 35 |
| Octal | 333 | 61 | 335 | 1 | 116 | 0 | 15 | 453 | 110 | 65 |
| Binary | 11011011 | 110001 | 11011101 | 1 | 1001110 | 0 | 1101 | 100101011 | 1001000 | 110101 |
Color Harmonies of #DB31DD
Complementary color
Monochromatic Colors of #DB31DD
Black with #DB31DD
Text Example
Text Example
White with #DB31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31DD; }
p { color: rgb(219,49,221); }
H1.HeaderClassName
{
color: #DB31DD;
}
.AnyTagClassName
{
color: #DB31DD;
}
</style>
background-color css
<style>
a { background-color: #DB31DD; }
a { background-color: rgb(219,49,221); }
div.DivClassName
{
background-color: #DB31DD;
}
.BgClassName
{
background-color: #DB31DD;
}
</style>
border-color css
<style>
span { border-color: #DB31DD; }
span { border-color: rgb(219,49,221); }
td.TdClassName
{
border-color: #DB31DD;
}
.TagClassName
{
border-color: #DB31DD;
}
</style>