Html Css Color HEX #DB50C1 Free Speech Magenta
📋 copy color: '#DB50C1'red 219 ◦ green 80 ◦ blue 193
Shades of Free Speech Magenta #DB50C1
Tints of Free Speech Magenta #DB50C1
RGB
CMYK
RGB Variations
Color information
#DB50C1 (or 0xDB50C1) is known color: Free Speech Magenta. HEX triplet: DB, 50 and C1. RGB value is (219,80,193). Sum of RGB (Red+Green+Blue) = 219+80+193=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50C1 is #24AF3E. Grayscale: #868686. Windows color (decimal): -2404159 or 12669147. OLE color: 12669147.
HSL color Cylindrical-coordinate representation of color #DB50C1: hue angle of 311.22º 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 #DB50C1 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 193 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.14 |
| HSL | 311.22º | 0.66% | 0.59% | - |
| HSV(B) | 311.22º | 0.63% | 0.86% | - |
| XYZ | 41.71 | 24.65 | 53.01 | - |
| YUV | 134.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 193 | 0 | 0.63 | 0.12 | 0.14 | 311.22 | 0.66 | 0.59 |
| Hex | DB | 50 | C1 | 0 | 3F | C | E | 137 | 42 | 3B |
| Octal | 333 | 120 | 301 | 0 | 77 | 14 | 16 | 467 | 102 | 73 |
| Binary | 11011011 | 1010000 | 11000001 | 0 | 111111 | 1100 | 1110 | 100110111 | 1000010 | 111011 |
Color Harmonies of #DB50C1
Complementary color
Monochromatic Colors of #DB50C1
Black with #DB50C1
Text Example
Text Example
White with #DB50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50C1; }
p { color: rgb(219,80,193); }
H1.HeaderClassName
{
color: #DB50C1;
}
.AnyTagClassName
{
color: #DB50C1;
}
</style>
background-color css
<style>
a { background-color: #DB50C1; }
a { background-color: rgb(219,80,193); }
div.DivClassName
{
background-color: #DB50C1;
}
.BgClassName
{
background-color: #DB50C1;
}
</style>
border-color css
<style>
span { border-color: #DB50C1; }
span { border-color: rgb(219,80,193); }
td.TdClassName
{
border-color: #DB50C1;
}
.TagClassName
{
border-color: #DB50C1;
}
</style>