Html Css Color HEX #D859DC Free Speech Magenta
📋 copy color: '#D859DC'red 216 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #D859DC
Tints of Free Speech Magenta #D859DC
RGB
CMYK
RGB Variations
Color information
#D859DC (or 0xD859DC) is known color: Free Speech Magenta. HEX triplet: D8, 59 and DC. RGB value is (216,89,220). Sum of RGB (Red+Green+Blue) = 216+89+220=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D859DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859DC is #27A623. Grayscale: #8D8D8D. Windows color (decimal): -2598436 or 14440920. OLE color: 14440920.
HSL color Cylindrical-coordinate representation of color #D859DC: hue angle of 298.17º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D859DC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 89 | 220 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.14 |
| HSL | 298.17º | 0.65% | 0.61% | - |
| HSV(B) | 298.17º | 0.6% | 0.86% | - |
| XYZ | 44.81 | 26.91 | 70.54 | - |
| YUV | 141.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 220 | 0.02 | 0.60 | 0 | 0.14 | 298.17 | 0.65 | 0.61 |
| Hex | D8 | 59 | DC | 2 | 3C | 0 | E | 12A | 41 | 3D |
| Octal | 330 | 131 | 334 | 2 | 74 | 0 | 16 | 452 | 101 | 75 |
| Binary | 11011000 | 1011001 | 11011100 | 10 | 111100 | 0 | 1110 | 100101010 | 1000001 | 111101 |
Color Harmonies of #D859DC
Complementary color
Monochromatic Colors of #D859DC
Black with #D859DC
Text Example
Text Example
White with #D859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859DC; }
p { color: rgb(216,89,220); }
H1.HeaderClassName
{
color: #D859DC;
}
.AnyTagClassName
{
color: #D859DC;
}
</style>
background-color css
<style>
a { background-color: #D859DC; }
a { background-color: rgb(216,89,220); }
div.DivClassName
{
background-color: #D859DC;
}
.BgClassName
{
background-color: #D859DC;
}
</style>
border-color css
<style>
span { border-color: #D859DC; }
span { border-color: rgb(216,89,220); }
td.TdClassName
{
border-color: #D859DC;
}
.TagClassName
{
border-color: #D859DC;
}
</style>