Html Css Color HEX #DB57D0 Free Speech Magenta
📋 copy color: '#DB57D0'red 219 ◦ green 87 ◦ blue 208
Shades of Free Speech Magenta #DB57D0
Tints of Free Speech Magenta #DB57D0
RGB
CMYK
RGB Variations
Color information
#DB57D0 (or 0xDB57D0) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D0. RGB value is (219,87,208). Sum of RGB (Red+Green+Blue) = 219+87+208=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D0 is #24A82F. Grayscale: #8B8B8B. Windows color (decimal): -2402352 or 13653979. OLE color: 13653979.
HSL color Cylindrical-coordinate representation of color #DB57D0: hue angle of 305º 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 #DB57D0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 208 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.14 |
| HSL | 305º | 0.65% | 0.6% | - |
| HSV(B) | 305º | 0.6% | 0.86% | - |
| XYZ | 44.01 | 26.43 | 62.46 | - |
| YUV | 140.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 208 | 0 | 0.60 | 0.05 | 0.14 | 305 | 0.65 | 0.6 |
| Hex | DB | 57 | D0 | 0 | 3C | 5 | E | 131 | 41 | 3C |
| Octal | 333 | 127 | 320 | 0 | 74 | 5 | 16 | 461 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11010000 | 0 | 111100 | 101 | 1110 | 100110001 | 1000001 | 111100 |
Color Harmonies of #DB57D0
Complementary color
Monochromatic Colors of #DB57D0
Black with #DB57D0
Text Example
Text Example
White with #DB57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57D0; }
p { color: rgb(219,87,208); }
H1.HeaderClassName
{
color: #DB57D0;
}
.AnyTagClassName
{
color: #DB57D0;
}
</style>
background-color css
<style>
a { background-color: #DB57D0; }
a { background-color: rgb(219,87,208); }
div.DivClassName
{
background-color: #DB57D0;
}
.BgClassName
{
background-color: #DB57D0;
}
</style>
border-color css
<style>
span { border-color: #DB57D0; }
span { border-color: rgb(219,87,208); }
td.TdClassName
{
border-color: #DB57D0;
}
.TagClassName
{
border-color: #DB57D0;
}
</style>