Html Css Color HEX #DB56CE Free Speech Magenta
📋 copy color: '#DB56CE'red 219 ◦ green 86 ◦ blue 206
Shades of Free Speech Magenta #DB56CE
Tints of Free Speech Magenta #DB56CE
RGB
CMYK
RGB Variations
Color information
#DB56CE (or 0xDB56CE) is known color: Free Speech Magenta. HEX triplet: DB, 56 and CE. RGB value is (219,86,206). Sum of RGB (Red+Green+Blue) = 219+86+206=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56CE is #24A931. Grayscale: #8B8B8B. Windows color (decimal): -2402610 or 13522651. OLE color: 13522651.
HSL color Cylindrical-coordinate representation of color #DB56CE: hue angle of 305.86º 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 #DB56CE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 206 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.14 |
| HSL | 305.86º | 0.65% | 0.6% | - |
| HSV(B) | 305.86º | 0.61% | 0.86% | - |
| XYZ | 43.68 | 26.17 | 61.14 | - |
| YUV | 139.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 206 | 0 | 0.61 | 0.06 | 0.14 | 305.86 | 0.65 | 0.6 |
| Hex | DB | 56 | CE | 0 | 3D | 6 | E | 132 | 41 | 3C |
| Octal | 333 | 126 | 316 | 0 | 75 | 6 | 16 | 462 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11001110 | 0 | 111101 | 110 | 1110 | 100110010 | 1000001 | 111100 |
Color Harmonies of #DB56CE
Complementary color
Monochromatic Colors of #DB56CE
Black with #DB56CE
Text Example
Text Example
White with #DB56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56CE; }
p { color: rgb(219,86,206); }
H1.HeaderClassName
{
color: #DB56CE;
}
.AnyTagClassName
{
color: #DB56CE;
}
</style>
background-color css
<style>
a { background-color: #DB56CE; }
a { background-color: rgb(219,86,206); }
div.DivClassName
{
background-color: #DB56CE;
}
.BgClassName
{
background-color: #DB56CE;
}
</style>
border-color css
<style>
span { border-color: #DB56CE; }
span { border-color: rgb(219,86,206); }
td.TdClassName
{
border-color: #DB56CE;
}
.TagClassName
{
border-color: #DB56CE;
}
</style>