Html Css Color HEX #DB50C2 Free Speech Magenta
📋 copy color: '#DB50C2'red 219 ◦ green 80 ◦ blue 194
Shades of Free Speech Magenta #DB50C2
Tints of Free Speech Magenta #DB50C2
RGB
CMYK
RGB Variations
Color information
#DB50C2 (or 0xDB50C2) is known color: Free Speech Magenta. HEX triplet: DB, 50 and C2. RGB value is (219,80,194). Sum of RGB (Red+Green+Blue) = 219+80+194=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50C2 is #24AF3D. Grayscale: #868686. Windows color (decimal): -2404158 or 12734683. OLE color: 12734683.
HSL color Cylindrical-coordinate representation of color #DB50C2: hue angle of 310.79º 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 #DB50C2 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 194 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.14 |
| HSL | 310.79º | 0.66% | 0.59% | - |
| HSV(B) | 310.79º | 0.63% | 0.86% | - |
| XYZ | 41.82 | 24.69 | 53.6 | - |
| YUV | 134.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 194 | 0 | 0.63 | 0.11 | 0.14 | 310.79 | 0.66 | 0.59 |
| Hex | DB | 50 | C2 | 0 | 3F | B | E | 137 | 42 | 3B |
| Octal | 333 | 120 | 302 | 0 | 77 | 13 | 16 | 467 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11000010 | 0 | 111111 | 1011 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DB50C2
Complementary color
Monochromatic Colors of #DB50C2
Black with #DB50C2
Text Example
Text Example
White with #DB50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50C2; }
p { color: rgb(219,80,194); }
H1.HeaderClassName
{
color: #DB50C2;
}
.AnyTagClassName
{
color: #DB50C2;
}
</style>
background-color css
<style>
a { background-color: #DB50C2; }
a { background-color: rgb(219,80,194); }
div.DivClassName
{
background-color: #DB50C2;
}
.BgClassName
{
background-color: #DB50C2;
}
</style>
border-color css
<style>
span { border-color: #DB50C2; }
span { border-color: rgb(219,80,194); }
td.TdClassName
{
border-color: #DB50C2;
}
.TagClassName
{
border-color: #DB50C2;
}
</style>