Html Css Color HEX #DB47CC Free Speech Magenta
📋 copy color: '#DB47CC'red 219 ◦ green 71 ◦ blue 204
Shades of Free Speech Magenta #DB47CC
Tints of Free Speech Magenta #DB47CC
RGB
CMYK
RGB Variations
Color information
#DB47CC (or 0xDB47CC) is known color: Free Speech Magenta. HEX triplet: DB, 47 and CC. RGB value is (219,71,204). Sum of RGB (Red+Green+Blue) = 219+71+204=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47CC is #24B833. Grayscale: #828282. Windows color (decimal): -2406452 or 13387739. OLE color: 13387739.
HSL color Cylindrical-coordinate representation of color #DB47CC: hue angle of 306.08º 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 #DB47CC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 204 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.14 |
| HSL | 306.08º | 0.67% | 0.57% | - |
| HSV(B) | 306.08º | 0.68% | 0.86% | - |
| XYZ | 42.37 | 23.93 | 59.51 | - |
| YUV | 130.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 204 | 0 | 0.68 | 0.07 | 0.14 | 306.08 | 0.67 | 0.57 |
| Hex | DB | 47 | CC | 0 | 44 | 7 | E | 132 | 43 | 39 |
| Octal | 333 | 107 | 314 | 0 | 104 | 7 | 16 | 462 | 103 | 71 |
| Binary | 11011011 | 1000111 | 11001100 | 0 | 1000100 | 111 | 1110 | 100110010 | 1000011 | 111001 |
Color Harmonies of #DB47CC
Complementary color
Monochromatic Colors of #DB47CC
Black with #DB47CC
Text Example
Text Example
White with #DB47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47CC; }
p { color: rgb(219,71,204); }
H1.HeaderClassName
{
color: #DB47CC;
}
.AnyTagClassName
{
color: #DB47CC;
}
</style>
background-color css
<style>
a { background-color: #DB47CC; }
a { background-color: rgb(219,71,204); }
div.DivClassName
{
background-color: #DB47CC;
}
.BgClassName
{
background-color: #DB47CC;
}
</style>
border-color css
<style>
span { border-color: #DB47CC; }
span { border-color: rgb(219,71,204); }
td.TdClassName
{
border-color: #DB47CC;
}
.TagClassName
{
border-color: #DB47CC;
}
</style>