Html Css Color HEX #DB5DC0 Free Speech Magenta
📋 copy color: '#DB5DC0'red 219 ◦ green 93 ◦ blue 192
Shades of Free Speech Magenta #DB5DC0
Tints of Free Speech Magenta #DB5DC0
RGB
CMYK
RGB Variations
Color information
#DB5DC0 (or 0xDB5DC0) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C0. RGB value is (219,93,192). Sum of RGB (Red+Green+Blue) = 219+93+192=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC0 is #24A23F. Grayscale: #8D8D8D. Windows color (decimal): -2400832 or 12606939. OLE color: 12606939.
HSL color Cylindrical-coordinate representation of color #DB5DC0: hue angle of 312.86º 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 #DB5DC0 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 192 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.14 |
| HSL | 312.86º | 0.64% | 0.61% | - |
| HSV(B) | 312.86º | 0.58% | 0.86% | - |
| XYZ | 42.64 | 26.69 | 52.77 | - |
| YUV | 141.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 192 | 0 | 0.58 | 0.12 | 0.14 | 312.86 | 0.64 | 0.61 |
| Hex | DB | 5D | C0 | 0 | 3A | C | E | 139 | 40 | 3D |
| Octal | 333 | 135 | 300 | 0 | 72 | 14 | 16 | 471 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11000000 | 0 | 111010 | 1100 | 1110 | 100111001 | 1000000 | 111101 |
Color Harmonies of #DB5DC0
Complementary color
Monochromatic Colors of #DB5DC0
Black with #DB5DC0
Text Example
Text Example
White with #DB5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC0; }
p { color: rgb(219,93,192); }
H1.HeaderClassName
{
color: #DB5DC0;
}
.AnyTagClassName
{
color: #DB5DC0;
}
</style>
background-color css
<style>
a { background-color: #DB5DC0; }
a { background-color: rgb(219,93,192); }
div.DivClassName
{
background-color: #DB5DC0;
}
.BgClassName
{
background-color: #DB5DC0;
}
</style>
border-color css
<style>
span { border-color: #DB5DC0; }
span { border-color: rgb(219,93,192); }
td.TdClassName
{
border-color: #DB5DC0;
}
.TagClassName
{
border-color: #DB5DC0;
}
</style>