Html Css Color HEX #DB57D7 Free Speech Magenta
📋 copy color: '#DB57D7'red 219 ◦ green 87 ◦ blue 215
Shades of Free Speech Magenta #DB57D7
Tints of Free Speech Magenta #DB57D7
RGB
CMYK
RGB Variations
Color information
#DB57D7 (or 0xDB57D7) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D7. RGB value is (219,87,215). Sum of RGB (Red+Green+Blue) = 219+87+215=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D7 is #24A828. Grayscale: #8C8C8C. Windows color (decimal): -2402345 or 14112731. OLE color: 14112731.
HSL color Cylindrical-coordinate representation of color #DB57D7: hue angle of 301.82º 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 #DB57D7 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 215 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.14 |
| HSL | 301.82º | 0.65% | 0.6% | - |
| HSV(B) | 301.82º | 0.6% | 0.86% | - |
| XYZ | 44.89 | 26.78 | 67.09 | - |
| YUV | 141.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 215 | 0 | 0.60 | 0.02 | 0.14 | 301.82 | 0.65 | 0.6 |
| Hex | DB | 57 | D7 | 0 | 3C | 2 | E | 12E | 41 | 3C |
| Octal | 333 | 127 | 327 | 0 | 74 | 2 | 16 | 456 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11010111 | 0 | 111100 | 10 | 1110 | 100101110 | 1000001 | 111100 |
Color Harmonies of #DB57D7
Complementary color
Monochromatic Colors of #DB57D7
Black with #DB57D7
Text Example
Text Example
White with #DB57D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57D7; }
p { color: rgb(219,87,215); }
H1.HeaderClassName
{
color: #DB57D7;
}
.AnyTagClassName
{
color: #DB57D7;
}
</style>
background-color css
<style>
a { background-color: #DB57D7; }
a { background-color: rgb(219,87,215); }
div.DivClassName
{
background-color: #DB57D7;
}
.BgClassName
{
background-color: #DB57D7;
}
</style>
border-color css
<style>
span { border-color: #DB57D7; }
span { border-color: rgb(219,87,215); }
td.TdClassName
{
border-color: #DB57D7;
}
.TagClassName
{
border-color: #DB57D7;
}
</style>