Html Css Color HEX #D856DB Free Speech Magenta
📋 copy color: '#D856DB'red 216 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #D856DB
Tints of Free Speech Magenta #D856DB
RGB
CMYK
RGB Variations
Color information
#D856DB (or 0xD856DB) is known color: Free Speech Magenta. HEX triplet: D8, 56 and DB. RGB value is (216,86,219). Sum of RGB (Red+Green+Blue) = 216+86+219=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 86 (33.98% from 255 or 16.51% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D856DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D856DB is #27A924. Grayscale: #8B8B8B. Windows color (decimal): -2599205 or 14374616. OLE color: 14374616.
HSL color Cylindrical-coordinate representation of color #D856DB: hue angle of 298.65º 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 #D856DB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 86 | 219 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.14 |
| HSL | 298.65º | 0.65% | 0.6% | - |
| HSV(B) | 298.65º | 0.61% | 0.86% | - |
| XYZ | 44.43 | 26.37 | 69.77 | - |
| YUV | 140.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 219 | 0.01 | 0.61 | 0 | 0.14 | 298.65 | 0.65 | 0.6 |
| Hex | D8 | 56 | DB | 1 | 3D | 0 | E | 12B | 41 | 3C |
| Octal | 330 | 126 | 333 | 1 | 75 | 0 | 16 | 453 | 101 | 74 |
| Binary | 11011000 | 1010110 | 11011011 | 1 | 111101 | 0 | 1110 | 100101011 | 1000001 | 111100 |
Color Harmonies of #D856DB
Complementary color
Monochromatic Colors of #D856DB
Black with #D856DB
Text Example
Text Example
White with #D856DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856DB; }
p { color: rgb(216,86,219); }
H1.HeaderClassName
{
color: #D856DB;
}
.AnyTagClassName
{
color: #D856DB;
}
</style>
background-color css
<style>
a { background-color: #D856DB; }
a { background-color: rgb(216,86,219); }
div.DivClassName
{
background-color: #D856DB;
}
.BgClassName
{
background-color: #D856DB;
}
</style>
border-color css
<style>
span { border-color: #D856DB; }
span { border-color: rgb(216,86,219); }
td.TdClassName
{
border-color: #D856DB;
}
.TagClassName
{
border-color: #D856DB;
}
</style>