Html Css Color HEX #DB57DC Free Speech Magenta
📋 copy color: '#DB57DC'red 219 ◦ green 87 ◦ blue 220
Shades of Free Speech Magenta #DB57DC
Tints of Free Speech Magenta #DB57DC
RGB
CMYK
RGB Variations
Color information
#DB57DC (or 0xDB57DC) is known color: Free Speech Magenta. HEX triplet: DB, 57 and DC. RGB value is (219,87,220). Sum of RGB (Red+Green+Blue) = 219+87+220=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57DC is #24A823. Grayscale: #8D8D8D. Windows color (decimal): -2402340 or 14440411. OLE color: 14440411.
HSL color Cylindrical-coordinate representation of color #DB57DC: hue angle of 299.55º degrees, saturation: 0.66, 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 #DB57DC is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 220 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.14 |
| HSL | 299.55º | 0.66% | 0.6% | - |
| HSV(B) | 299.55º | 0.6% | 0.86% | - |
| XYZ | 45.54 | 27.04 | 70.53 | - |
| YUV | 141.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 220 | 0.00 | 0.60 | 0 | 0.14 | 299.55 | 0.66 | 0.6 |
| Hex | DB | 57 | DC | 0 | 3C | 0 | E | 12C | 42 | 3C |
| Octal | 333 | 127 | 334 | 0 | 74 | 0 | 16 | 454 | 102 | 74 |
| Binary | 11011011 | 1010111 | 11011100 | 0 | 111100 | 0 | 1110 | 100101100 | 1000010 | 111100 |
Color Harmonies of #DB57DC
Complementary color
Monochromatic Colors of #DB57DC
Black with #DB57DC
Text Example
Text Example
White with #DB57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57DC; }
p { color: rgb(219,87,220); }
H1.HeaderClassName
{
color: #DB57DC;
}
.AnyTagClassName
{
color: #DB57DC;
}
</style>
background-color css
<style>
a { background-color: #DB57DC; }
a { background-color: rgb(219,87,220); }
div.DivClassName
{
background-color: #DB57DC;
}
.BgClassName
{
background-color: #DB57DC;
}
</style>
border-color css
<style>
span { border-color: #DB57DC; }
span { border-color: rgb(219,87,220); }
td.TdClassName
{
border-color: #DB57DC;
}
.TagClassName
{
border-color: #DB57DC;
}
</style>