Html Css Color HEX #DB5DC5 Free Speech Magenta
📋 copy color: '#DB5DC5'red 219 ◦ green 93 ◦ blue 197
Shades of Free Speech Magenta #DB5DC5
Tints of Free Speech Magenta #DB5DC5
RGB
CMYK
RGB Variations
Color information
#DB5DC5 (or 0xDB5DC5) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C5. RGB value is (219,93,197). Sum of RGB (Red+Green+Blue) = 219+93+197=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC5 is #24A23A. Grayscale: #8E8E8E. Windows color (decimal): -2400827 or 12934619. OLE color: 12934619.
HSL color Cylindrical-coordinate representation of color #DB5DC5: hue angle of 310.48º 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 #DB5DC5 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 197 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.14 |
| HSL | 310.48º | 0.64% | 0.61% | - |
| HSV(B) | 310.48º | 0.58% | 0.86% | - |
| XYZ | 43.21 | 26.92 | 55.74 | - |
| YUV | 142.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 197 | 0 | 0.58 | 0.10 | 0.14 | 310.48 | 0.64 | 0.61 |
| Hex | DB | 5D | C5 | 0 | 3A | A | E | 136 | 40 | 3D |
| Octal | 333 | 135 | 305 | 0 | 72 | 12 | 16 | 466 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11000101 | 0 | 111010 | 1010 | 1110 | 100110110 | 1000000 | 111101 |
Color Harmonies of #DB5DC5
Complementary color
Monochromatic Colors of #DB5DC5
Black with #DB5DC5
Text Example
Text Example
White with #DB5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC5; }
p { color: rgb(219,93,197); }
H1.HeaderClassName
{
color: #DB5DC5;
}
.AnyTagClassName
{
color: #DB5DC5;
}
</style>
background-color css
<style>
a { background-color: #DB5DC5; }
a { background-color: rgb(219,93,197); }
div.DivClassName
{
background-color: #DB5DC5;
}
.BgClassName
{
background-color: #DB5DC5;
}
</style>
border-color css
<style>
span { border-color: #DB5DC5; }
span { border-color: rgb(219,93,197); }
td.TdClassName
{
border-color: #DB5DC5;
}
.TagClassName
{
border-color: #DB5DC5;
}
</style>