Html Css Color HEX #DB57DF Free Speech Magenta
📋 copy color: '#DB57DF'red 219 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #DB57DF
Tints of Free Speech Magenta #DB57DF
RGB
CMYK
RGB Variations
Color information
#DB57DF (or 0xDB57DF) is known color: Free Speech Magenta. HEX triplet: DB, 57 and DF. RGB value is (219,87,223). Sum of RGB (Red+Green+Blue) = 219+87+223=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57DF is #24A820. Grayscale: #8D8D8D. Windows color (decimal): -2402337 or 14637019. OLE color: 14637019.
HSL color Cylindrical-coordinate representation of color #DB57DF: hue angle of 298.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB57DF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 87 | 223 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.13 |
| HSL | 298.24º | 0.68% | 0.61% | - |
| HSV(B) | 298.24º | 0.61% | 0.87% | - |
| XYZ | 45.94 | 27.2 | 72.64 | - |
| YUV | 141.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 223 | 0.02 | 0.61 | 0 | 0.13 | 298.24 | 0.68 | 0.61 |
| Hex | DB | 57 | DF | 2 | 3D | 0 | D | 12A | 44 | 3D |
| Octal | 333 | 127 | 337 | 2 | 75 | 0 | 15 | 452 | 104 | 75 |
| Binary | 11011011 | 1010111 | 11011111 | 10 | 111101 | 0 | 1101 | 100101010 | 1000100 | 111101 |
Color Harmonies of #DB57DF
Complementary color
Monochromatic Colors of #DB57DF
Black with #DB57DF
Text Example
Text Example
White with #DB57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57DF; }
p { color: rgb(219,87,223); }
H1.HeaderClassName
{
color: #DB57DF;
}
.AnyTagClassName
{
color: #DB57DF;
}
</style>
background-color css
<style>
a { background-color: #DB57DF; }
a { background-color: rgb(219,87,223); }
div.DivClassName
{
background-color: #DB57DF;
}
.BgClassName
{
background-color: #DB57DF;
}
</style>
border-color css
<style>
span { border-color: #DB57DF; }
span { border-color: rgb(219,87,223); }
td.TdClassName
{
border-color: #DB57DF;
}
.TagClassName
{
border-color: #DB57DF;
}
</style>