Html Css Color HEX #DB4FCD Free Speech Magenta
📋 copy color: '#DB4FCD'red 219 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #DB4FCD
Tints of Free Speech Magenta #DB4FCD
RGB
CMYK
RGB Variations
Color information
#DB4FCD (or 0xDB4FCD) is known color: Free Speech Magenta. HEX triplet: DB, 4F and CD. RGB value is (219,79,205). Sum of RGB (Red+Green+Blue) = 219+79+205=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FCD is #24B032. Grayscale: #868686. Windows color (decimal): -2404403 or 13455323. OLE color: 13455323.
HSL color Cylindrical-coordinate representation of color #DB4FCD: hue angle of 306º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4FCD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 205 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.14 |
| HSL | 306º | 0.66% | 0.58% | - |
| HSV(B) | 306º | 0.64% | 0.86% | - |
| XYZ | 43.03 | 25.06 | 60.33 | - |
| YUV | 135.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 205 | 0 | 0.64 | 0.06 | 0.14 | 306 | 0.66 | 0.58 |
| Hex | DB | 4F | CD | 0 | 40 | 6 | E | 132 | 42 | 3A |
| Octal | 333 | 117 | 315 | 0 | 100 | 6 | 16 | 462 | 102 | 72 |
| Binary | 11011011 | 1001111 | 11001101 | 0 | 1000000 | 110 | 1110 | 100110010 | 1000010 | 111010 |
Color Harmonies of #DB4FCD
Complementary color
Monochromatic Colors of #DB4FCD
Black with #DB4FCD
Text Example
Text Example
White with #DB4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FCD; }
p { color: rgb(219,79,205); }
H1.HeaderClassName
{
color: #DB4FCD;
}
.AnyTagClassName
{
color: #DB4FCD;
}
</style>
background-color css
<style>
a { background-color: #DB4FCD; }
a { background-color: rgb(219,79,205); }
div.DivClassName
{
background-color: #DB4FCD;
}
.BgClassName
{
background-color: #DB4FCD;
}
</style>
border-color css
<style>
span { border-color: #DB4FCD; }
span { border-color: rgb(219,79,205); }
td.TdClassName
{
border-color: #DB4FCD;
}
.TagClassName
{
border-color: #DB4FCD;
}
</style>