Html Css Color HEX #DB47D1 Free Speech Magenta
📋 copy color: '#DB47D1'red 219 ◦ green 71 ◦ blue 209
Shades of Free Speech Magenta #DB47D1
Tints of Free Speech Magenta #DB47D1
RGB
CMYK
RGB Variations
Color information
#DB47D1 (or 0xDB47D1) is known color: Free Speech Magenta. HEX triplet: DB, 47 and D1. RGB value is (219,71,209). Sum of RGB (Red+Green+Blue) = 219+71+209=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47D1 is #24B82E. Grayscale: #828282. Windows color (decimal): -2406447 or 13715419. OLE color: 13715419.
HSL color Cylindrical-coordinate representation of color #DB47D1: hue angle of 304.05º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB47D1 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 209 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.14 |
| HSL | 304.05º | 0.67% | 0.57% | - |
| HSV(B) | 304.05º | 0.68% | 0.86% | - |
| XYZ | 42.98 | 24.17 | 62.72 | - |
| YUV | 130.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 209 | 0 | 0.68 | 0.05 | 0.14 | 304.05 | 0.67 | 0.57 |
| Hex | DB | 47 | D1 | 0 | 44 | 5 | E | 130 | 43 | 39 |
| Octal | 333 | 107 | 321 | 0 | 104 | 5 | 16 | 460 | 103 | 71 |
| Binary | 11011011 | 1000111 | 11010001 | 0 | 1000100 | 101 | 1110 | 100110000 | 1000011 | 111001 |
Color Harmonies of #DB47D1
Complementary color
Monochromatic Colors of #DB47D1
Black with #DB47D1
Text Example
Text Example
White with #DB47D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47D1; }
p { color: rgb(219,71,209); }
H1.HeaderClassName
{
color: #DB47D1;
}
.AnyTagClassName
{
color: #DB47D1;
}
</style>
background-color css
<style>
a { background-color: #DB47D1; }
a { background-color: rgb(219,71,209); }
div.DivClassName
{
background-color: #DB47D1;
}
.BgClassName
{
background-color: #DB47D1;
}
</style>
border-color css
<style>
span { border-color: #DB47D1; }
span { border-color: rgb(219,71,209); }
td.TdClassName
{
border-color: #DB47D1;
}
.TagClassName
{
border-color: #DB47D1;
}
</style>