Html Css Color HEX #DB47DD Free Speech Magenta
📋 copy color: '#DB47DD'red 219 ◦ green 71 ◦ blue 221
Shades of Free Speech Magenta #DB47DD
Tints of Free Speech Magenta #DB47DD
RGB
CMYK
RGB Variations
Color information
#DB47DD (or 0xDB47DD) is known color: Free Speech Magenta. HEX triplet: DB, 47 and DD. RGB value is (219,71,221). Sum of RGB (Red+Green+Blue) = 219+71+221=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47DD is #24B822. Grayscale: #838383. Windows color (decimal): -2406435 or 14501851. OLE color: 14501851.
HSL color Cylindrical-coordinate representation of color #DB47DD: hue angle of 299.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB47DD is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 71 | 221 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.13 |
| HSL | 299.2º | 0.69% | 0.57% | - |
| HSV(B) | 299.2º | 0.68% | 0.87% | - |
| XYZ | 44.52 | 24.79 | 70.84 | - |
| YUV | 132.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 221 | 0.01 | 0.68 | 0 | 0.13 | 299.2 | 0.69 | 0.57 |
| Hex | DB | 47 | DD | 1 | 44 | 0 | D | 12B | 45 | 39 |
| Octal | 333 | 107 | 335 | 1 | 104 | 0 | 15 | 453 | 105 | 71 |
| Binary | 11011011 | 1000111 | 11011101 | 1 | 1000100 | 0 | 1101 | 100101011 | 1000101 | 111001 |
Color Harmonies of #DB47DD
Complementary color
Monochromatic Colors of #DB47DD
Black with #DB47DD
Text Example
Text Example
White with #DB47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47DD; }
p { color: rgb(219,71,221); }
H1.HeaderClassName
{
color: #DB47DD;
}
.AnyTagClassName
{
color: #DB47DD;
}
</style>
background-color css
<style>
a { background-color: #DB47DD; }
a { background-color: rgb(219,71,221); }
div.DivClassName
{
background-color: #DB47DD;
}
.BgClassName
{
background-color: #DB47DD;
}
</style>
border-color css
<style>
span { border-color: #DB47DD; }
span { border-color: rgb(219,71,221); }
td.TdClassName
{
border-color: #DB47DD;
}
.TagClassName
{
border-color: #DB47DD;
}
</style>