Html Css Color HEX #D859CC Free Speech Magenta
📋 copy color: '#D859CC'red 216 ◦ green 89 ◦ blue 204
Shades of Free Speech Magenta #D859CC
Tints of Free Speech Magenta #D859CC
RGB
CMYK
RGB Variations
Color information
#D859CC (or 0xD859CC) is known color: Free Speech Magenta. HEX triplet: D8, 59 and CC. RGB value is (216,89,204). Sum of RGB (Red+Green+Blue) = 216+89+204=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D859CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859CC is #27A633. Grayscale: #8B8B8B. Windows color (decimal): -2598452 or 13392344. OLE color: 13392344.
HSL color Cylindrical-coordinate representation of color #D859CC: hue angle of 305.67º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859CC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 204 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.15 |
| HSL | 305.67º | 0.62% | 0.6% | - |
| HSV(B) | 305.67º | 0.59% | 0.85% | - |
| XYZ | 42.79 | 26.1 | 59.91 | - |
| YUV | 140.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 204 | 0 | 0.59 | 0.06 | 0.15 | 305.67 | 0.62 | 0.6 |
| Hex | D8 | 59 | CC | 0 | 3B | 6 | F | 132 | 3E | 3C |
| Octal | 330 | 131 | 314 | 0 | 73 | 6 | 17 | 462 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11001100 | 0 | 111011 | 110 | 1111 | 100110010 | 111110 | 111100 |
Color Harmonies of #D859CC
Complementary color
Monochromatic Colors of #D859CC
Black with #D859CC
Text Example
Text Example
White with #D859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859CC; }
p { color: rgb(216,89,204); }
H1.HeaderClassName
{
color: #D859CC;
}
.AnyTagClassName
{
color: #D859CC;
}
</style>
background-color css
<style>
a { background-color: #D859CC; }
a { background-color: rgb(216,89,204); }
div.DivClassName
{
background-color: #D859CC;
}
.BgClassName
{
background-color: #D859CC;
}
</style>
border-color css
<style>
span { border-color: #D859CC; }
span { border-color: rgb(216,89,204); }
td.TdClassName
{
border-color: #D859CC;
}
.TagClassName
{
border-color: #D859CC;
}
</style>