Html Css Color HEX #DB50D0 Free Speech Magenta
📋 copy color: '#DB50D0'red 219 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #DB50D0
Tints of Free Speech Magenta #DB50D0
RGB
CMYK
RGB Variations
Color information
#DB50D0 (or 0xDB50D0) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D0. RGB value is (219,80,208). Sum of RGB (Red+Green+Blue) = 219+80+208=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D0 is #24AF2F. Grayscale: #878787. Windows color (decimal): -2404144 or 13652187. OLE color: 13652187.
HSL color Cylindrical-coordinate representation of color #DB50D0: hue angle of 304.75º 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 #DB50D0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 208 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.14 |
| HSL | 304.75º | 0.66% | 0.59% | - |
| HSV(B) | 304.75º | 0.63% | 0.86% | - |
| XYZ | 43.47 | 25.35 | 62.28 | - |
| YUV | 136.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 208 | 0 | 0.63 | 0.05 | 0.14 | 304.75 | 0.66 | 0.59 |
| Hex | DB | 50 | D0 | 0 | 3F | 5 | E | 131 | 42 | 3B |
| Octal | 333 | 120 | 320 | 0 | 77 | 5 | 16 | 461 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11010000 | 0 | 111111 | 101 | 1110 | 100110001 | 1000010 | 111011 |
Color Harmonies of #DB50D0
Complementary color
Monochromatic Colors of #DB50D0
Black with #DB50D0
Text Example
Text Example
White with #DB50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50D0; }
p { color: rgb(219,80,208); }
H1.HeaderClassName
{
color: #DB50D0;
}
.AnyTagClassName
{
color: #DB50D0;
}
</style>
background-color css
<style>
a { background-color: #DB50D0; }
a { background-color: rgb(219,80,208); }
div.DivClassName
{
background-color: #DB50D0;
}
.BgClassName
{
background-color: #DB50D0;
}
</style>
border-color css
<style>
span { border-color: #DB50D0; }
span { border-color: rgb(219,80,208); }
td.TdClassName
{
border-color: #DB50D0;
}
.TagClassName
{
border-color: #DB50D0;
}
</style>