Html Css Color HEX #DB56C1 Free Speech Magenta
📋 copy color: '#DB56C1'red 219 ◦ green 86 ◦ blue 193
Shades of Free Speech Magenta #DB56C1
Tints of Free Speech Magenta #DB56C1
RGB
CMYK
RGB Variations
Color information
#DB56C1 (or 0xDB56C1) is known color: Free Speech Magenta. HEX triplet: DB, 56 and C1. RGB value is (219,86,193). Sum of RGB (Red+Green+Blue) = 219+86+193=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56C1 is #24A93E. Grayscale: #898989. Windows color (decimal): -2402623 or 12670683. OLE color: 12670683.
HSL color Cylindrical-coordinate representation of color #DB56C1: hue angle of 311.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB56C1 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 193 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.14 |
| HSL | 311.73º | 0.65% | 0.6% | - |
| HSV(B) | 311.73º | 0.61% | 0.86% | - |
| XYZ | 42.17 | 25.57 | 53.16 | - |
| YUV | 137.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 193 | 0 | 0.61 | 0.12 | 0.14 | 311.73 | 0.65 | 0.6 |
| Hex | DB | 56 | C1 | 0 | 3D | C | E | 138 | 41 | 3C |
| Octal | 333 | 126 | 301 | 0 | 75 | 14 | 16 | 470 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11000001 | 0 | 111101 | 1100 | 1110 | 100111000 | 1000001 | 111100 |
Color Harmonies of #DB56C1
Complementary color
Monochromatic Colors of #DB56C1
Black with #DB56C1
Text Example
Text Example
White with #DB56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56C1; }
p { color: rgb(219,86,193); }
H1.HeaderClassName
{
color: #DB56C1;
}
.AnyTagClassName
{
color: #DB56C1;
}
</style>
background-color css
<style>
a { background-color: #DB56C1; }
a { background-color: rgb(219,86,193); }
div.DivClassName
{
background-color: #DB56C1;
}
.BgClassName
{
background-color: #DB56C1;
}
</style>
border-color css
<style>
span { border-color: #DB56C1; }
span { border-color: rgb(219,86,193); }
td.TdClassName
{
border-color: #DB56C1;
}
.TagClassName
{
border-color: #DB56C1;
}
</style>