Html Css Color HEX #DB57D2 Free Speech Magenta
📋 copy color: '#DB57D2'red 219 ◦ green 87 ◦ blue 210
Shades of Free Speech Magenta #DB57D2
Tints of Free Speech Magenta #DB57D2
RGB
CMYK
RGB Variations
Color information
#DB57D2 (or 0xDB57D2) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D2. RGB value is (219,87,210). Sum of RGB (Red+Green+Blue) = 219+87+210=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D2 is #24A82D. Grayscale: #8C8C8C. Windows color (decimal): -2402350 or 13785051. OLE color: 13785051.
HSL color Cylindrical-coordinate representation of color #DB57D2: hue angle of 304.09º 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 #DB57D2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 210 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.14 |
| HSL | 304.09º | 0.65% | 0.6% | - |
| HSV(B) | 304.09º | 0.6% | 0.86% | - |
| XYZ | 44.25 | 26.53 | 63.76 | - |
| YUV | 140.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 210 | 0 | 0.60 | 0.04 | 0.14 | 304.09 | 0.65 | 0.6 |
| Hex | DB | 57 | D2 | 0 | 3C | 4 | E | 130 | 41 | 3C |
| Octal | 333 | 127 | 322 | 0 | 74 | 4 | 16 | 460 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11010010 | 0 | 111100 | 100 | 1110 | 100110000 | 1000001 | 111100 |
Color Harmonies of #DB57D2
Complementary color
Monochromatic Colors of #DB57D2
Black with #DB57D2
Text Example
Text Example
White with #DB57D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57D2; }
p { color: rgb(219,87,210); }
H1.HeaderClassName
{
color: #DB57D2;
}
.AnyTagClassName
{
color: #DB57D2;
}
</style>
background-color css
<style>
a { background-color: #DB57D2; }
a { background-color: rgb(219,87,210); }
div.DivClassName
{
background-color: #DB57D2;
}
.BgClassName
{
background-color: #DB57D2;
}
</style>
border-color css
<style>
span { border-color: #DB57D2; }
span { border-color: rgb(219,87,210); }
td.TdClassName
{
border-color: #DB57D2;
}
.TagClassName
{
border-color: #DB57D2;
}
</style>