Html Css Color HEX #DB57EA Free Speech Magenta
📋 copy color: '#DB57EA'red 219 ◦ green 87 ◦ blue 234
Shades of Free Speech Magenta #DB57EA
Tints of Free Speech Magenta #DB57EA
RGB
CMYK
RGB Variations
Color information
#DB57EA (or 0xDB57EA) is known color: Free Speech Magenta. HEX triplet: DB, 57 and EA. RGB value is (219,87,234). Sum of RGB (Red+Green+Blue) = 219+87+234=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB57EA is #24A815. Grayscale: #8E8E8E. Windows color (decimal): -2402326 or 15357915. OLE color: 15357915.
HSL color Cylindrical-coordinate representation of color #DB57EA: hue angle of 293.88º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB57EA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 87 | 234 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.08 |
| HSL | 293.88º | 0.78% | 0.63% | - |
| HSV(B) | 293.88º | 0.63% | 0.92% | - |
| XYZ | 47.47 | 27.82 | 80.71 | - |
| YUV | 143.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 234 | 0.06 | 0.63 | 0 | 0.08 | 293.88 | 0.78 | 0.63 |
| Hex | DB | 57 | EA | 6 | 3F | 0 | 8 | 126 | 4E | 3F |
| Octal | 333 | 127 | 352 | 6 | 77 | 0 | 10 | 446 | 116 | 77 |
| Binary | 11011011 | 1010111 | 11101010 | 110 | 111111 | 0 | 1000 | 100100110 | 1001110 | 111111 |
Color Harmonies of #DB57EA
Complementary color
Monochromatic Colors of #DB57EA
Black with #DB57EA
Text Example
Text Example
White with #DB57EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57EA; }
p { color: rgb(219,87,234); }
H1.HeaderClassName
{
color: #DB57EA;
}
.AnyTagClassName
{
color: #DB57EA;
}
</style>
background-color css
<style>
a { background-color: #DB57EA; }
a { background-color: rgb(219,87,234); }
div.DivClassName
{
background-color: #DB57EA;
}
.BgClassName
{
background-color: #DB57EA;
}
</style>
border-color css
<style>
span { border-color: #DB57EA; }
span { border-color: rgb(219,87,234); }
td.TdClassName
{
border-color: #DB57EA;
}
.TagClassName
{
border-color: #DB57EA;
}
</style>