Html Css Color HEX #DB50CD Free Speech Magenta
📋 copy color: '#DB50CD'red 219 ◦ green 80 ◦ blue 205
Shades of Free Speech Magenta #DB50CD
Tints of Free Speech Magenta #DB50CD
RGB
CMYK
RGB Variations
Color information
#DB50CD (or 0xDB50CD) is known color: Free Speech Magenta. HEX triplet: DB, 50 and CD. RGB value is (219,80,205). Sum of RGB (Red+Green+Blue) = 219+80+205=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50CD is #24AF32. Grayscale: #878787. Windows color (decimal): -2404147 or 13455579. OLE color: 13455579.
HSL color Cylindrical-coordinate representation of color #DB50CD: hue angle of 306.04º 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 #DB50CD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 205 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.14 |
| HSL | 306.04º | 0.66% | 0.59% | - |
| HSV(B) | 306.04º | 0.63% | 0.86% | - |
| XYZ | 43.1 | 25.21 | 60.35 | - |
| YUV | 135.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 205 | 0 | 0.63 | 0.06 | 0.14 | 306.04 | 0.66 | 0.59 |
| Hex | DB | 50 | CD | 0 | 3F | 6 | E | 132 | 42 | 3B |
| Octal | 333 | 120 | 315 | 0 | 77 | 6 | 16 | 462 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11001101 | 0 | 111111 | 110 | 1110 | 100110010 | 1000010 | 111011 |
Color Harmonies of #DB50CD
Complementary color
Monochromatic Colors of #DB50CD
Black with #DB50CD
Text Example
Text Example
White with #DB50CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50CD; }
p { color: rgb(219,80,205); }
H1.HeaderClassName
{
color: #DB50CD;
}
.AnyTagClassName
{
color: #DB50CD;
}
</style>
background-color css
<style>
a { background-color: #DB50CD; }
a { background-color: rgb(219,80,205); }
div.DivClassName
{
background-color: #DB50CD;
}
.BgClassName
{
background-color: #DB50CD;
}
</style>
border-color css
<style>
span { border-color: #DB50CD; }
span { border-color: rgb(219,80,205); }
td.TdClassName
{
border-color: #DB50CD;
}
.TagClassName
{
border-color: #DB50CD;
}
</style>