Html Css Color HEX #DB5DC8 Free Speech Magenta
📋 copy color: '#DB5DC8'red 219 ◦ green 93 ◦ blue 200
Shades of Free Speech Magenta #DB5DC8
Tints of Free Speech Magenta #DB5DC8
RGB
CMYK
RGB Variations
Color information
#DB5DC8 (or 0xDB5DC8) is known color: Free Speech Magenta. HEX triplet: DB, 5D and C8. RGB value is (219,93,200). Sum of RGB (Red+Green+Blue) = 219+93+200=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DC8 is #24A237. Grayscale: #8E8E8E. Windows color (decimal): -2400824 or 13131227. OLE color: 13131227.
HSL color Cylindrical-coordinate representation of color #DB5DC8: hue angle of 309.05º 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 #DB5DC8 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 200 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.14 |
| HSL | 309.05º | 0.64% | 0.61% | - |
| HSV(B) | 309.05º | 0.58% | 0.86% | - |
| XYZ | 43.55 | 27.06 | 57.57 | - |
| YUV | 142.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 200 | 0 | 0.58 | 0.09 | 0.14 | 309.05 | 0.64 | 0.61 |
| Hex | DB | 5D | C8 | 0 | 3A | 9 | E | 135 | 40 | 3D |
| Octal | 333 | 135 | 310 | 0 | 72 | 11 | 16 | 465 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11001000 | 0 | 111010 | 1001 | 1110 | 100110101 | 1000000 | 111101 |
Color Harmonies of #DB5DC8
Complementary color
Monochromatic Colors of #DB5DC8
Black with #DB5DC8
Text Example
Text Example
White with #DB5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DC8; }
p { color: rgb(219,93,200); }
H1.HeaderClassName
{
color: #DB5DC8;
}
.AnyTagClassName
{
color: #DB5DC8;
}
</style>
background-color css
<style>
a { background-color: #DB5DC8; }
a { background-color: rgb(219,93,200); }
div.DivClassName
{
background-color: #DB5DC8;
}
.BgClassName
{
background-color: #DB5DC8;
}
</style>
border-color css
<style>
span { border-color: #DB5DC8; }
span { border-color: rgb(219,93,200); }
td.TdClassName
{
border-color: #DB5DC8;
}
.TagClassName
{
border-color: #DB5DC8;
}
</style>