Html Css Color HEX #DB57C4 Free Speech Magenta
📋 copy color: '#DB57C4'red 219 ◦ green 87 ◦ blue 196
Shades of Free Speech Magenta #DB57C4
Tints of Free Speech Magenta #DB57C4
RGB
CMYK
RGB Variations
Color information
#DB57C4 (or 0xDB57C4) is known color: Free Speech Magenta. HEX triplet: DB, 57 and C4. RGB value is (219,87,196). Sum of RGB (Red+Green+Blue) = 219+87+196=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57C4 is #24A83B. Grayscale: #8A8A8A. Windows color (decimal): -2402364 or 12867547. OLE color: 12867547.
HSL color Cylindrical-coordinate representation of color #DB57C4: hue angle of 310.45º 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 #DB57C4 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 196 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.14 |
| HSL | 310.45º | 0.65% | 0.6% | - |
| HSV(B) | 310.45º | 0.6% | 0.86% | - |
| XYZ | 42.59 | 25.86 | 54.97 | - |
| YUV | 138.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 196 | 0 | 0.60 | 0.11 | 0.14 | 310.45 | 0.65 | 0.6 |
| Hex | DB | 57 | C4 | 0 | 3C | B | E | 136 | 41 | 3C |
| Octal | 333 | 127 | 304 | 0 | 74 | 13 | 16 | 466 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11000100 | 0 | 111100 | 1011 | 1110 | 100110110 | 1000001 | 111100 |
Color Harmonies of #DB57C4
Complementary color
Monochromatic Colors of #DB57C4
Black with #DB57C4
Text Example
Text Example
White with #DB57C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57C4; }
p { color: rgb(219,87,196); }
H1.HeaderClassName
{
color: #DB57C4;
}
.AnyTagClassName
{
color: #DB57C4;
}
</style>
background-color css
<style>
a { background-color: #DB57C4; }
a { background-color: rgb(219,87,196); }
div.DivClassName
{
background-color: #DB57C4;
}
.BgClassName
{
background-color: #DB57C4;
}
</style>
border-color css
<style>
span { border-color: #DB57C4; }
span { border-color: rgb(219,87,196); }
td.TdClassName
{
border-color: #DB57C4;
}
.TagClassName
{
border-color: #DB57C4;
}
</style>