Html Css Color HEX #DB5FCD Free Speech Magenta
📋 copy color: '#DB5FCD'red 219 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #DB5FCD
Tints of Free Speech Magenta #DB5FCD
RGB
CMYK
RGB Variations
Color information
#DB5FCD (or 0xDB5FCD) is known color: Free Speech Magenta. HEX triplet: DB, 5F and CD. RGB value is (219,95,205). Sum of RGB (Red+Green+Blue) = 219+95+205=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FCD is #24A032. Grayscale: #909090. Windows color (decimal): -2400307 or 13459419. OLE color: 13459419.
HSL color Cylindrical-coordinate representation of color #DB5FCD: hue angle of 306.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FCD is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 95 | 205 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.14 |
| HSL | 306.77º | 0.63% | 0.62% | - |
| HSV(B) | 306.77º | 0.57% | 0.86% | - |
| XYZ | 44.33 | 27.65 | 60.76 | - |
| YUV | 144.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 205 | 0 | 0.57 | 0.06 | 0.14 | 306.77 | 0.63 | 0.62 |
| Hex | DB | 5F | CD | 0 | 39 | 6 | E | 133 | 3F | 3E |
| Octal | 333 | 137 | 315 | 0 | 71 | 6 | 16 | 463 | 77 | 76 |
| Binary | 11011011 | 1011111 | 11001101 | 0 | 111001 | 110 | 1110 | 100110011 | 111111 | 111110 |
Color Harmonies of #DB5FCD
Complementary color
Monochromatic Colors of #DB5FCD
Black with #DB5FCD
Text Example
Text Example
White with #DB5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FCD; }
p { color: rgb(219,95,205); }
H1.HeaderClassName
{
color: #DB5FCD;
}
.AnyTagClassName
{
color: #DB5FCD;
}
</style>
background-color css
<style>
a { background-color: #DB5FCD; }
a { background-color: rgb(219,95,205); }
div.DivClassName
{
background-color: #DB5FCD;
}
.BgClassName
{
background-color: #DB5FCD;
}
</style>
border-color css
<style>
span { border-color: #DB5FCD; }
span { border-color: rgb(219,95,205); }
td.TdClassName
{
border-color: #DB5FCD;
}
.TagClassName
{
border-color: #DB5FCD;
}
</style>