Html Css Color HEX #DB4DCD Free Speech Magenta
📋 copy color: '#DB4DCD'red 219 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #DB4DCD
Tints of Free Speech Magenta #DB4DCD
RGB
CMYK
RGB Variations
Color information
#DB4DCD (or 0xDB4DCD) is known color: Free Speech Magenta. HEX triplet: DB, 4D and CD. RGB value is (219,77,205). Sum of RGB (Red+Green+Blue) = 219+77+205=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCD is #24B232. Grayscale: #858585. Windows color (decimal): -2404915 or 13454811. OLE color: 13454811.
HSL color Cylindrical-coordinate representation of color #DB4DCD: hue angle of 305.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DCD is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 205 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.14 |
| HSL | 305.92º | 0.66% | 0.58% | - |
| HSV(B) | 305.92º | 0.65% | 0.86% | - |
| XYZ | 42.89 | 24.78 | 60.28 | - |
| YUV | 134.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 205 | 0 | 0.65 | 0.06 | 0.14 | 305.92 | 0.66 | 0.58 |
| Hex | DB | 4D | CD | 0 | 41 | 6 | E | 132 | 42 | 3A |
| Octal | 333 | 115 | 315 | 0 | 101 | 6 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001101 | 11001101 | 0 | 1000001 | 110 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4DCD
Complementary color
Monochromatic Colors of #DB4DCD
Black with #DB4DCD
Text Example
Text Example
White with #DB4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DCD; }
p { color: rgb(219,77,205); }
H1.HeaderClassName
{
color: #DB4DCD;
}
.AnyTagClassName
{
color: #DB4DCD;
}
</style>
background-color css
<style>
a { background-color: #DB4DCD; }
a { background-color: rgb(219,77,205); }
div.DivClassName
{
background-color: #DB4DCD;
}
.BgClassName
{
background-color: #DB4DCD;
}
</style>
border-color css
<style>
span { border-color: #DB4DCD; }
span { border-color: rgb(219,77,205); }
td.TdClassName
{
border-color: #DB4DCD;
}
.TagClassName
{
border-color: #DB4DCD;
}
</style>