Html Css Color HEX #DB57BE Free Speech Magenta
📋 copy color: '#DB57BE'red 219 ◦ green 87 ◦ blue 190
Shades of Free Speech Magenta #DB57BE
Tints of Free Speech Magenta #DB57BE
RGB
CMYK
RGB Variations
Color information
#DB57BE (or 0xDB57BE) is known color: Free Speech Magenta. HEX triplet: DB, 57 and BE. RGB value is (219,87,190). Sum of RGB (Red+Green+Blue) = 219+87+190=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57BE is #24A841. Grayscale: #898989. Windows color (decimal): -2402370 or 12474331. OLE color: 12474331.
HSL color Cylindrical-coordinate representation of color #DB57BE: hue angle of 313.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB57BE is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 190 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.14 |
| HSL | 313.18º | 0.65% | 0.6% | - |
| HSV(B) | 313.18º | 0.6% | 0.86% | - |
| XYZ | 41.92 | 25.59 | 51.45 | - |
| YUV | 138.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 190 | 0 | 0.60 | 0.13 | 0.14 | 313.18 | 0.65 | 0.6 |
| Hex | DB | 57 | BE | 0 | 3C | D | E | 139 | 41 | 3C |
| Octal | 333 | 127 | 276 | 0 | 74 | 15 | 16 | 471 | 101 | 74 |
| Binary | 11011011 | 1010111 | 10111110 | 0 | 111100 | 1101 | 1110 | 100111001 | 1000001 | 111100 |
Color Harmonies of #DB57BE
Complementary color
Monochromatic Colors of #DB57BE
Black with #DB57BE
Text Example
Text Example
White with #DB57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57BE; }
p { color: rgb(219,87,190); }
H1.HeaderClassName
{
color: #DB57BE;
}
.AnyTagClassName
{
color: #DB57BE;
}
</style>
background-color css
<style>
a { background-color: #DB57BE; }
a { background-color: rgb(219,87,190); }
div.DivClassName
{
background-color: #DB57BE;
}
.BgClassName
{
background-color: #DB57BE;
}
</style>
border-color css
<style>
span { border-color: #DB57BE; }
span { border-color: rgb(219,87,190); }
td.TdClassName
{
border-color: #DB57BE;
}
.TagClassName
{
border-color: #DB57BE;
}
</style>