Html Css Color HEX #DB57E8 Free Speech Magenta
📋 copy color: '#DB57E8'red 219 ◦ green 87 ◦ blue 232
Shades of Free Speech Magenta #DB57E8
Tints of Free Speech Magenta #DB57E8
RGB
CMYK
RGB Variations
Color information
#DB57E8 (or 0xDB57E8) is known color: Free Speech Magenta. HEX triplet: DB, 57 and E8. RGB value is (219,87,232). Sum of RGB (Red+Green+Blue) = 219+87+232=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB57E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57E8 is #24A817. Grayscale: #8E8E8E. Windows color (decimal): -2402328 or 15226843. OLE color: 15226843.
HSL color Cylindrical-coordinate representation of color #DB57E8: hue angle of 294.62º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB57E8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 87 | 232 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.09 |
| HSL | 294.62º | 0.76% | 0.63% | - |
| HSV(B) | 294.62º | 0.63% | 0.91% | - |
| XYZ | 47.19 | 27.7 | 79.2 | - |
| YUV | 143 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 232 | 0.06 | 0.62 | 0 | 0.09 | 294.62 | 0.76 | 0.63 |
| Hex | DB | 57 | E8 | 6 | 3E | 0 | 9 | 127 | 4C | 3F |
| Octal | 333 | 127 | 350 | 6 | 76 | 0 | 11 | 447 | 114 | 77 |
| Binary | 11011011 | 1010111 | 11101000 | 110 | 111110 | 0 | 1001 | 100100111 | 1001100 | 111111 |
Color Harmonies of #DB57E8
Complementary color
Monochromatic Colors of #DB57E8
Black with #DB57E8
Text Example
Text Example
White with #DB57E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57E8; }
p { color: rgb(219,87,232); }
H1.HeaderClassName
{
color: #DB57E8;
}
.AnyTagClassName
{
color: #DB57E8;
}
</style>
background-color css
<style>
a { background-color: #DB57E8; }
a { background-color: rgb(219,87,232); }
div.DivClassName
{
background-color: #DB57E8;
}
.BgClassName
{
background-color: #DB57E8;
}
</style>
border-color css
<style>
span { border-color: #DB57E8; }
span { border-color: rgb(219,87,232); }
td.TdClassName
{
border-color: #DB57E8;
}
.TagClassName
{
border-color: #DB57E8;
}
</style>