Html Css Color HEX #DB50C7 Free Speech Magenta
📋 copy color: '#DB50C7'red 219 ◦ green 80 ◦ blue 199
Shades of Free Speech Magenta #DB50C7
Tints of Free Speech Magenta #DB50C7
RGB
CMYK
RGB Variations
Color information
#DB50C7 (or 0xDB50C7) is known color: Free Speech Magenta. HEX triplet: DB, 50 and C7. RGB value is (219,80,199). Sum of RGB (Red+Green+Blue) = 219+80+199=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50C7 is #24AF38. Grayscale: #868686. Windows color (decimal): -2404153 or 13062363. OLE color: 13062363.
HSL color Cylindrical-coordinate representation of color #DB50C7: hue angle of 308.63º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50C7 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 199 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.14 |
| HSL | 308.63º | 0.66% | 0.59% | - |
| HSV(B) | 308.63º | 0.63% | 0.86% | - |
| XYZ | 42.39 | 24.92 | 56.61 | - |
| YUV | 135.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 199 | 0 | 0.63 | 0.09 | 0.14 | 308.63 | 0.66 | 0.59 |
| Hex | DB | 50 | C7 | 0 | 3F | 9 | E | 135 | 42 | 3B |
| Octal | 333 | 120 | 307 | 0 | 77 | 11 | 16 | 465 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11000111 | 0 | 111111 | 1001 | 1110 | 100110101 | 1000010 | 111011 |
Color Harmonies of #DB50C7
Complementary color
Monochromatic Colors of #DB50C7
Black with #DB50C7
Text Example
Text Example
White with #DB50C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50C7; }
p { color: rgb(219,80,199); }
H1.HeaderClassName
{
color: #DB50C7;
}
.AnyTagClassName
{
color: #DB50C7;
}
</style>
background-color css
<style>
a { background-color: #DB50C7; }
a { background-color: rgb(219,80,199); }
div.DivClassName
{
background-color: #DB50C7;
}
.BgClassName
{
background-color: #DB50C7;
}
</style>
border-color css
<style>
span { border-color: #DB50C7; }
span { border-color: rgb(219,80,199); }
td.TdClassName
{
border-color: #DB50C7;
}
.TagClassName
{
border-color: #DB50C7;
}
</style>