Html Css Color HEX #DB5DCF Free Speech Magenta
📋 copy color: '#DB5DCF'red 219 ◦ green 93 ◦ blue 207
Shades of Free Speech Magenta #DB5DCF
Tints of Free Speech Magenta #DB5DCF
RGB
CMYK
RGB Variations
Color information
#DB5DCF (or 0xDB5DCF) is known color: Free Speech Magenta. HEX triplet: DB, 5D and CF. RGB value is (219,93,207). Sum of RGB (Red+Green+Blue) = 219+93+207=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DCF is #24A230. Grayscale: #8F8F8F. Windows color (decimal): -2400817 or 13589979. OLE color: 13589979.
HSL color Cylindrical-coordinate representation of color #DB5DCF: hue angle of 305.71º 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 #DB5DCF is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 207 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.14 |
| HSL | 305.71º | 0.64% | 0.61% | - |
| HSV(B) | 305.71º | 0.58% | 0.86% | - |
| XYZ | 44.39 | 27.39 | 61.98 | - |
| YUV | 143.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 207 | 0 | 0.58 | 0.05 | 0.14 | 305.71 | 0.64 | 0.61 |
| Hex | DB | 5D | CF | 0 | 3A | 5 | E | 132 | 40 | 3D |
| Octal | 333 | 135 | 317 | 0 | 72 | 5 | 16 | 462 | 100 | 75 |
| Binary | 11011011 | 1011101 | 11001111 | 0 | 111010 | 101 | 1110 | 100110010 | 1000000 | 111101 |
Color Harmonies of #DB5DCF
Complementary color
Monochromatic Colors of #DB5DCF
Black with #DB5DCF
Text Example
Text Example
White with #DB5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5DCF; }
p { color: rgb(219,93,207); }
H1.HeaderClassName
{
color: #DB5DCF;
}
.AnyTagClassName
{
color: #DB5DCF;
}
</style>
background-color css
<style>
a { background-color: #DB5DCF; }
a { background-color: rgb(219,93,207); }
div.DivClassName
{
background-color: #DB5DCF;
}
.BgClassName
{
background-color: #DB5DCF;
}
</style>
border-color css
<style>
span { border-color: #DB5DCF; }
span { border-color: rgb(219,93,207); }
td.TdClassName
{
border-color: #DB5DCF;
}
.TagClassName
{
border-color: #DB5DCF;
}
</style>