Html Css Color HEX #D859D0 Free Speech Magenta
📋 copy color: '#D859D0'red 216 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #D859D0
Tints of Free Speech Magenta #D859D0
RGB
CMYK
RGB Variations
Color information
#D859D0 (or 0xD859D0) is known color: Free Speech Magenta. HEX triplet: D8, 59 and D0. RGB value is (216,89,208). Sum of RGB (Red+Green+Blue) = 216+89+208=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D859D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859D0 is #27A62F. Grayscale: #8C8C8C. Windows color (decimal): -2598448 or 13654488. OLE color: 13654488.
HSL color Cylindrical-coordinate representation of color #D859D0: hue angle of 303.78º 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 #D859D0 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 208 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.15 |
| HSL | 303.78º | 0.62% | 0.6% | - |
| HSV(B) | 303.78º | 0.59% | 0.85% | - |
| XYZ | 43.28 | 26.3 | 62.47 | - |
| YUV | 140.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 208 | 0 | 0.59 | 0.04 | 0.15 | 303.78 | 0.62 | 0.6 |
| Hex | D8 | 59 | D0 | 0 | 3B | 4 | F | 130 | 3E | 3C |
| Octal | 330 | 131 | 320 | 0 | 73 | 4 | 17 | 460 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11010000 | 0 | 111011 | 100 | 1111 | 100110000 | 111110 | 111100 |
Color Harmonies of #D859D0
Complementary color
Monochromatic Colors of #D859D0
Black with #D859D0
Text Example
Text Example
White with #D859D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859D0; }
p { color: rgb(216,89,208); }
H1.HeaderClassName
{
color: #D859D0;
}
.AnyTagClassName
{
color: #D859D0;
}
</style>
background-color css
<style>
a { background-color: #D859D0; }
a { background-color: rgb(216,89,208); }
div.DivClassName
{
background-color: #D859D0;
}
.BgClassName
{
background-color: #D859D0;
}
</style>
border-color css
<style>
span { border-color: #D859D0; }
span { border-color: rgb(216,89,208); }
td.TdClassName
{
border-color: #D859D0;
}
.TagClassName
{
border-color: #D859D0;
}
</style>