Html Css Color HEX #DB57C8 Free Speech Magenta
📋 copy color: '#DB57C8'red 219 ◦ green 87 ◦ blue 200
Shades of Free Speech Magenta #DB57C8
Tints of Free Speech Magenta #DB57C8
RGB
CMYK
RGB Variations
Color information
#DB57C8 (or 0xDB57C8) is known color: Free Speech Magenta. HEX triplet: DB, 57 and C8. RGB value is (219,87,200). Sum of RGB (Red+Green+Blue) = 219+87+200=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57C8 is #24A837. Grayscale: #8B8B8B. Windows color (decimal): -2402360 or 13129691. OLE color: 13129691.
HSL color Cylindrical-coordinate representation of color #DB57C8: hue angle of 308.64º 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 #DB57C8 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 200 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.14 |
| HSL | 308.64º | 0.65% | 0.6% | - |
| HSV(B) | 308.64º | 0.6% | 0.86% | - |
| XYZ | 43.05 | 26.05 | 57.4 | - |
| YUV | 139.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 200 | 0 | 0.60 | 0.09 | 0.14 | 308.64 | 0.65 | 0.6 |
| Hex | DB | 57 | C8 | 0 | 3C | 9 | E | 135 | 41 | 3C |
| Octal | 333 | 127 | 310 | 0 | 74 | 11 | 16 | 465 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11001000 | 0 | 111100 | 1001 | 1110 | 100110101 | 1000001 | 111100 |
Color Harmonies of #DB57C8
Complementary color
Monochromatic Colors of #DB57C8
Black with #DB57C8
Text Example
Text Example
White with #DB57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57C8; }
p { color: rgb(219,87,200); }
H1.HeaderClassName
{
color: #DB57C8;
}
.AnyTagClassName
{
color: #DB57C8;
}
</style>
background-color css
<style>
a { background-color: #DB57C8; }
a { background-color: rgb(219,87,200); }
div.DivClassName
{
background-color: #DB57C8;
}
.BgClassName
{
background-color: #DB57C8;
}
</style>
border-color css
<style>
span { border-color: #DB57C8; }
span { border-color: rgb(219,87,200); }
td.TdClassName
{
border-color: #DB57C8;
}
.TagClassName
{
border-color: #DB57C8;
}
</style>