Html Css Color HEX #DB50D2 Free Speech Magenta
📋 copy color: '#DB50D2'red 219 ◦ green 80 ◦ blue 210
Shades of Free Speech Magenta #DB50D2
Tints of Free Speech Magenta #DB50D2
RGB
CMYK
RGB Variations
Color information
#DB50D2 (or 0xDB50D2) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D2. RGB value is (219,80,210). Sum of RGB (Red+Green+Blue) = 219+80+210=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D2 is #24AF2D. Grayscale: #888888. Windows color (decimal): -2404142 or 13783259. OLE color: 13783259.
HSL color Cylindrical-coordinate representation of color #DB50D2: hue angle of 303.88º 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 #DB50D2 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 210 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.14 |
| HSL | 303.88º | 0.66% | 0.59% | - |
| HSV(B) | 303.88º | 0.63% | 0.86% | - |
| XYZ | 43.71 | 25.45 | 63.58 | - |
| YUV | 136.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 210 | 0 | 0.63 | 0.04 | 0.14 | 303.88 | 0.66 | 0.59 |
| Hex | DB | 50 | D2 | 0 | 3F | 4 | E | 130 | 42 | 3B |
| Octal | 333 | 120 | 322 | 0 | 77 | 4 | 16 | 460 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11010010 | 0 | 111111 | 100 | 1110 | 100110000 | 1000010 | 111011 |
Color Harmonies of #DB50D2
Complementary color
Monochromatic Colors of #DB50D2
Black with #DB50D2
Text Example
Text Example
White with #DB50D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50D2; }
p { color: rgb(219,80,210); }
H1.HeaderClassName
{
color: #DB50D2;
}
.AnyTagClassName
{
color: #DB50D2;
}
</style>
background-color css
<style>
a { background-color: #DB50D2; }
a { background-color: rgb(219,80,210); }
div.DivClassName
{
background-color: #DB50D2;
}
.BgClassName
{
background-color: #DB50D2;
}
</style>
border-color css
<style>
span { border-color: #DB50D2; }
span { border-color: rgb(219,80,210); }
td.TdClassName
{
border-color: #DB50D2;
}
.TagClassName
{
border-color: #DB50D2;
}
</style>