Html Css Color HEX #DB57CC Free Speech Magenta
📋 copy color: '#DB57CC'red 219 ◦ green 87 ◦ blue 204
Shades of Free Speech Magenta #DB57CC
Tints of Free Speech Magenta #DB57CC
RGB
CMYK
RGB Variations
Color information
#DB57CC (or 0xDB57CC) is known color: Free Speech Magenta. HEX triplet: DB, 57 and CC. RGB value is (219,87,204). Sum of RGB (Red+Green+Blue) = 219+87+204=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57CC is #24A833. Grayscale: #8B8B8B. Windows color (decimal): -2402356 or 13391835. OLE color: 13391835.
HSL color Cylindrical-coordinate representation of color #DB57CC: hue angle of 306.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 #DB57CC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 204 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.14 |
| HSL | 306.82º | 0.65% | 0.6% | - |
| HSV(B) | 306.82º | 0.6% | 0.86% | - |
| XYZ | 43.52 | 26.24 | 59.9 | - |
| YUV | 139.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 204 | 0 | 0.60 | 0.07 | 0.14 | 306.82 | 0.65 | 0.6 |
| Hex | DB | 57 | CC | 0 | 3C | 7 | E | 133 | 41 | 3C |
| Octal | 333 | 127 | 314 | 0 | 74 | 7 | 16 | 463 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11001100 | 0 | 111100 | 111 | 1110 | 100110011 | 1000001 | 111100 |
Color Harmonies of #DB57CC
Complementary color
Monochromatic Colors of #DB57CC
Black with #DB57CC
Text Example
Text Example
White with #DB57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57CC; }
p { color: rgb(219,87,204); }
H1.HeaderClassName
{
color: #DB57CC;
}
.AnyTagClassName
{
color: #DB57CC;
}
</style>
background-color css
<style>
a { background-color: #DB57CC; }
a { background-color: rgb(219,87,204); }
div.DivClassName
{
background-color: #DB57CC;
}
.BgClassName
{
background-color: #DB57CC;
}
</style>
border-color css
<style>
span { border-color: #DB57CC; }
span { border-color: rgb(219,87,204); }
td.TdClassName
{
border-color: #DB57CC;
}
.TagClassName
{
border-color: #DB57CC;
}
</style>