Html Css Color HEX #DB50BE Free Speech Magenta
📋 copy color: '#DB50BE'red 219 ◦ green 80 ◦ blue 190
Shades of Free Speech Magenta #DB50BE
Tints of Free Speech Magenta #DB50BE
RGB
CMYK
RGB Variations
Color information
#DB50BE (or 0xDB50BE) is known color: Free Speech Magenta. HEX triplet: DB, 50 and BE. RGB value is (219,80,190). Sum of RGB (Red+Green+Blue) = 219+80+190=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BE is #24AF41. Grayscale: #858585. Windows color (decimal): -2404162 or 12472539. OLE color: 12472539.
HSL color Cylindrical-coordinate representation of color #DB50BE: hue angle of 312.52º 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 #DB50BE is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 80 | 190 | - |
CMYK | 0 | 0.63 | 0.13 | 0.14 |
HSL | 312.52º | 0.66% | 0.59% | - |
HSV(B) | 312.52º | 0.63% | 0.86% | - |
XYZ | 41.38 | 24.52 | 51.27 | - |
YUV | 134.1 | 159.55 | 188.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 80 | 190 | 0 | 0.63 | 0.13 | 0.14 | 312.52 | 0.66 | 0.59 |
Hex | DB | 50 | BE | 0 | 3F | D | E | 139 | 42 | 3B |
Octal | 333 | 120 | 276 | 0 | 77 | 15 | 16 | 471 | 102 | 73 |
Binary | 11011011 | 1010000 | 10111110 | 0 | 111111 | 1101 | 1110 | 100111001 | 1000010 | 111011 |
Color Harmonies of #DB50BE
Complementary color
Monochromatic Colors of #DB50BE
Black with #DB50BE
Text Example
Text Example
White with #DB50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50BE; }
p { color: rgb(219,80,190); }
H1.HeaderClassName
{
color: #DB50BE;
}
.AnyTagClassName
{
color: #DB50BE;
}
</style>
background-color css
<style>
a { background-color: #DB50BE; }
a { background-color: rgb(219,80,190); }
div.DivClassName
{
background-color: #DB50BE;
}
.BgClassName
{
background-color: #DB50BE;
}
</style>
border-color css
<style>
span { border-color: #DB50BE; }
span { border-color: rgb(219,80,190); }
td.TdClassName
{
border-color: #DB50BE;
}
.TagClassName
{
border-color: #DB50BE;
}
</style>