Html Css Color HEX #DB5DC9 Free Speech Magenta
📋 copy color: '#DB5DC9'red 219 ◦ green 93 ◦ blue 201
Shades of Free Speech Magenta #DB5DC9
Tints of Free Speech Magenta #DB5DC9
RGB
CMYK
RGB Variations
Color information
#DB5DC9 (or 0xDB5DC9) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C9. RGB value is (219,93,201). Sum of RGB (Red+Green+Blue) = 219+93+201=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC9 is #24A236. Grayscale: #8E8E8E. Windows color (decimal): -2400823 or 13196763. OLE color: 13196763.
HSL color Cylindrical-coordinate representation of color #DB5DC9: hue angle of 308.57º 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 #DB5DC9 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 201 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.14 |
| HSL | 308.57º | 0.64% | 0.61% | - |
| HSV(B) | 308.57º | 0.58% | 0.86% | - |
| XYZ | 43.67 | 27.11 | 58.19 | - |
| YUV | 142.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 201 | 0 | 0.58 | 0.08 | 0.14 | 308.57 | 0.64 | 0.61 |
| Hex | DB | 5D | C9 | 0 | 3A | 8 | E | 135 | 40 | 3D |
| Octal | 333 | 135 | 311 | 0 | 72 | 10 | 16 | 465 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11001001 | 0 | 111010 | 1000 | 1110 | 100110101 | 1000000 | 111101 |
Color Harmonies of #DB5DC9
Complementary color
Monochromatic Colors of #DB5DC9
Black with #DB5DC9
Text Example
Text Example
White with #DB5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC9; }
p { color: rgb(219,93,201); }
H1.HeaderClassName
{
color: #DB5DC9;
}
.AnyTagClassName
{
color: #DB5DC9;
}
</style>
background-color css
<style>
a { background-color: #DB5DC9; }
a { background-color: rgb(219,93,201); }
div.DivClassName
{
background-color: #DB5DC9;
}
.BgClassName
{
background-color: #DB5DC9;
}
</style>
border-color css
<style>
span { border-color: #DB5DC9; }
span { border-color: rgb(219,93,201); }
td.TdClassName
{
border-color: #DB5DC9;
}
.TagClassName
{
border-color: #DB5DC9;
}
</style>