Html Css Color HEX #DB5BCD Free Speech Magenta
📋 copy color: '#DB5BCD'red 219 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #DB5BCD
Tints of Free Speech Magenta #DB5BCD
RGB
CMYK
RGB Variations
Color information
#DB5BCD (or 0xDB5BCD) is known color: Free Speech Magenta. HEX triplet: DB, 5B and CD. RGB value is (219,91,205). Sum of RGB (Red+Green+Blue) = 219+91+205=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5BCD is #24A432. Grayscale: #8D8D8D. Windows color (decimal): -2401331 or 13458395. OLE color: 13458395.
HSL color Cylindrical-coordinate representation of color #DB5BCD: hue angle of 306.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BCD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 205 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.14 |
| HSL | 306.56º | 0.64% | 0.61% | - |
| HSV(B) | 306.56º | 0.58% | 0.86% | - |
| XYZ | 43.97 | 26.95 | 60.64 | - |
| YUV | 142.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 205 | 0 | 0.58 | 0.06 | 0.14 | 306.56 | 0.64 | 0.61 |
| Hex | DB | 5B | CD | 0 | 3A | 6 | E | 133 | 40 | 3D |
| Octal | 333 | 133 | 315 | 0 | 72 | 6 | 16 | 463 | 100 | 75 |
| Binary | 11011011 | 1011011 | 11001101 | 0 | 111010 | 110 | 1110 | 100110011 | 1000000 | 111101 |
Color Harmonies of #DB5BCD
Complementary color
Monochromatic Colors of #DB5BCD
Black with #DB5BCD
Text Example
Text Example
White with #DB5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BCD; }
p { color: rgb(219,91,205); }
H1.HeaderClassName
{
color: #DB5BCD;
}
.AnyTagClassName
{
color: #DB5BCD;
}
</style>
background-color css
<style>
a { background-color: #DB5BCD; }
a { background-color: rgb(219,91,205); }
div.DivClassName
{
background-color: #DB5BCD;
}
.BgClassName
{
background-color: #DB5BCD;
}
</style>
border-color css
<style>
span { border-color: #DB5BCD; }
span { border-color: rgb(219,91,205); }
td.TdClassName
{
border-color: #DB5BCD;
}
.TagClassName
{
border-color: #DB5BCD;
}
</style>