Html Css Color HEX #DB57CB Free Speech Magenta
📋 copy color: '#DB57CB'red 219 ◦ green 87 ◦ blue 203
Shades of Free Speech Magenta #DB57CB
Tints of Free Speech Magenta #DB57CB
RGB
CMYK
RGB Variations
Color information
#DB57CB (or 0xDB57CB) is known color: Free Speech Magenta. HEX triplet: DB, 57 and CB. RGB value is (219,87,203). Sum of RGB (Red+Green+Blue) = 219+87+203=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 87 (34.38% from 255 or 17.09% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57CB is #24A834. Grayscale: #8B8B8B. Windows color (decimal): -2402357 or 13326299. OLE color: 13326299.
HSL color Cylindrical-coordinate representation of color #DB57CB: hue angle of 307.27º 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 #DB57CB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 203 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.14 |
| HSL | 307.27º | 0.65% | 0.6% | - |
| HSV(B) | 307.27º | 0.6% | 0.86% | - |
| XYZ | 43.4 | 26.19 | 59.27 | - |
| YUV | 139.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 203 | 0 | 0.60 | 0.07 | 0.14 | 307.27 | 0.65 | 0.6 |
| Hex | DB | 57 | CB | 0 | 3C | 7 | E | 133 | 41 | 3C |
| Octal | 333 | 127 | 313 | 0 | 74 | 7 | 16 | 463 | 101 | 74 |
| Binary | 11011011 | 1010111 | 11001011 | 0 | 111100 | 111 | 1110 | 100110011 | 1000001 | 111100 |
Color Harmonies of #DB57CB
Complementary color
Monochromatic Colors of #DB57CB
Black with #DB57CB
Text Example
Text Example
White with #DB57CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB57CB; }
p { color: rgb(219,87,203); }
H1.HeaderClassName
{
color: #DB57CB;
}
.AnyTagClassName
{
color: #DB57CB;
}
</style>
background-color css
<style>
a { background-color: #DB57CB; }
a { background-color: rgb(219,87,203); }
div.DivClassName
{
background-color: #DB57CB;
}
.BgClassName
{
background-color: #DB57CB;
}
</style>
border-color css
<style>
span { border-color: #DB57CB; }
span { border-color: rgb(219,87,203); }
td.TdClassName
{
border-color: #DB57CB;
}
.TagClassName
{
border-color: #DB57CB;
}
</style>