Html Css Color HEX #DB56C7 Free Speech Magenta
📋 copy color: '#DB56C7'red 219 ◦ green 86 ◦ blue 199
Shades of Free Speech Magenta #DB56C7
Tints of Free Speech Magenta #DB56C7
RGB
CMYK
RGB Variations
Color information
#DB56C7 (or 0xDB56C7) is known color: Free Speech Magenta. HEX triplet: DB, 56 and C7. RGB value is (219,86,199). Sum of RGB (Red+Green+Blue) = 219+86+199=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB56C7 is #24A938. Grayscale: #8A8A8A. Windows color (decimal): -2402617 or 13063899. OLE color: 13063899.
HSL color Cylindrical-coordinate representation of color #DB56C7: hue angle of 309.02º 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 #DB56C7 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 199 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.14 |
| HSL | 309.02º | 0.65% | 0.6% | - |
| HSV(B) | 309.02º | 0.61% | 0.86% | - |
| XYZ | 42.85 | 25.84 | 56.76 | - |
| YUV | 138.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 199 | 0 | 0.61 | 0.09 | 0.14 | 309.02 | 0.65 | 0.6 |
| Hex | DB | 56 | C7 | 0 | 3D | 9 | E | 135 | 41 | 3C |
| Octal | 333 | 126 | 307 | 0 | 75 | 11 | 16 | 465 | 101 | 74 |
| Binary | 11011011 | 1010110 | 11000111 | 0 | 111101 | 1001 | 1110 | 100110101 | 1000001 | 111100 |
Color Harmonies of #DB56C7
Complementary color
Monochromatic Colors of #DB56C7
Black with #DB56C7
Text Example
Text Example
White with #DB56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56C7; }
p { color: rgb(219,86,199); }
H1.HeaderClassName
{
color: #DB56C7;
}
.AnyTagClassName
{
color: #DB56C7;
}
</style>
background-color css
<style>
a { background-color: #DB56C7; }
a { background-color: rgb(219,86,199); }
div.DivClassName
{
background-color: #DB56C7;
}
.BgClassName
{
background-color: #DB56C7;
}
</style>
border-color css
<style>
span { border-color: #DB56C7; }
span { border-color: rgb(219,86,199); }
td.TdClassName
{
border-color: #DB56C7;
}
.TagClassName
{
border-color: #DB56C7;
}
</style>