Html Css Color HEX #DB57C1 Free Speech Magenta
📋 copy color: '#DB57C1'red 219 ◦ green 87 ◦ blue 193
Shades of Free Speech Magenta #DB57C1
Tints of Free Speech Magenta #DB57C1
RGB
CMYK
RGB Variations
Color information
#DB57C1 (or 0xDB57C1) is known color: Free Speech Magenta. HEX triplet: DB, 57 and C1. RGB value is (219,87,193). Sum of RGB (Red+Green+Blue) = 219+87+193=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57C1 is #24A83E. Grayscale: #8A8A8A. Windows color (decimal): -2402367 or 12670939. OLE color: 12670939.
HSL color Cylindrical-coordinate representation of color #DB57C1: hue angle of 311.82º 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 #DB57C1 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 193 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.14 |
| HSL | 311.82º | 0.65% | 0.6% | - |
| HSV(B) | 311.82º | 0.6% | 0.86% | - |
| XYZ | 42.25 | 25.73 | 53.19 | - |
| YUV | 138.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 193 | 0 | 0.60 | 0.12 | 0.14 | 311.82 | 0.65 | 0.6 |
| Hex | DB | 57 | C1 | 0 | 3C | C | E | 138 | 41 | 3C |
| Octal | 333 | 127 | 301 | 0 | 74 | 14 | 16 | 470 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11000001 | 0 | 111100 | 1100 | 1110 | 100111000 | 1000001 | 111100 |
Color Harmonies of #DB57C1
Complementary color
Monochromatic Colors of #DB57C1
Black with #DB57C1
Text Example
Text Example
White with #DB57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57C1; }
p { color: rgb(219,87,193); }
H1.HeaderClassName
{
color: #DB57C1;
}
.AnyTagClassName
{
color: #DB57C1;
}
</style>
background-color css
<style>
a { background-color: #DB57C1; }
a { background-color: rgb(219,87,193); }
div.DivClassName
{
background-color: #DB57C1;
}
.BgClassName
{
background-color: #DB57C1;
}
</style>
border-color css
<style>
span { border-color: #DB57C1; }
span { border-color: rgb(219,87,193); }
td.TdClassName
{
border-color: #DB57C1;
}
.TagClassName
{
border-color: #DB57C1;
}
</style>