Html Css Color HEX #DB57D5 Free Speech Magenta
📋 copy color: '#DB57D5'red 219 ◦ green 87 ◦ blue 213
Shades of Free Speech Magenta #DB57D5
Tints of Free Speech Magenta #DB57D5
RGB
CMYK
RGB Variations
Color information
#DB57D5 (or 0xDB57D5) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D5. RGB value is (219,87,213). Sum of RGB (Red+Green+Blue) = 219+87+213=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D5 is #24A82A. Grayscale: #8C8C8C. Windows color (decimal): -2402347 or 13981659. OLE color: 13981659.
HSL color Cylindrical-coordinate representation of color #DB57D5: hue angle of 302.73º 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 #DB57D5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 213 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.14 |
| HSL | 302.73º | 0.65% | 0.6% | - |
| HSV(B) | 302.73º | 0.6% | 0.86% | - |
| XYZ | 44.63 | 26.68 | 65.75 | - |
| YUV | 140.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 213 | 0 | 0.60 | 0.03 | 0.14 | 302.73 | 0.65 | 0.6 |
| Hex | DB | 57 | D5 | 0 | 3C | 3 | E | 12F | 41 | 3C |
| Octal | 333 | 127 | 325 | 0 | 74 | 3 | 16 | 457 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11010101 | 0 | 111100 | 11 | 1110 | 100101111 | 1000001 | 111100 |
Color Harmonies of #DB57D5
Complementary color
Monochromatic Colors of #DB57D5
Black with #DB57D5
Text Example
Text Example
White with #DB57D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57D5; }
p { color: rgb(219,87,213); }
H1.HeaderClassName
{
color: #DB57D5;
}
.AnyTagClassName
{
color: #DB57D5;
}
</style>
background-color css
<style>
a { background-color: #DB57D5; }
a { background-color: rgb(219,87,213); }
div.DivClassName
{
background-color: #DB57D5;
}
.BgClassName
{
background-color: #DB57D5;
}
</style>
border-color css
<style>
span { border-color: #DB57D5; }
span { border-color: rgb(219,87,213); }
td.TdClassName
{
border-color: #DB57D5;
}
.TagClassName
{
border-color: #DB57D5;
}
</style>