Html Css Color HEX #D859C7 Free Speech Magenta
📋 copy color: '#D859C7'red 216 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #D859C7
Tints of Free Speech Magenta #D859C7
RGB
CMYK
RGB Variations
Color information
#D859C7 (or 0xD859C7) is known color: Free Speech Magenta. HEX triplet: D8, 59 and C7. RGB value is (216,89,199). Sum of RGB (Red+Green+Blue) = 216+89+199=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D859C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859C7 is #27A638. Grayscale: #8B8B8B. Windows color (decimal): -2598457 or 13064664. OLE color: 13064664.
HSL color Cylindrical-coordinate representation of color #D859C7: hue angle of 308.03º 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 #D859C7 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 199 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.15 |
| HSL | 308.03º | 0.62% | 0.6% | - |
| HSV(B) | 308.03º | 0.59% | 0.85% | - |
| XYZ | 42.2 | 25.87 | 56.8 | - |
| YUV | 139.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 199 | 0 | 0.59 | 0.08 | 0.15 | 308.03 | 0.62 | 0.6 |
| Hex | D8 | 59 | C7 | 0 | 3B | 8 | F | 134 | 3E | 3C |
| Octal | 330 | 131 | 307 | 0 | 73 | 10 | 17 | 464 | 76 | 74 |
| Binary | 11011000 | 1011001 | 11000111 | 0 | 111011 | 1000 | 1111 | 100110100 | 111110 | 111100 |
Color Harmonies of #D859C7
Complementary color
Monochromatic Colors of #D859C7
Black with #D859C7
Text Example
Text Example
White with #D859C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859C7; }
p { color: rgb(216,89,199); }
H1.HeaderClassName
{
color: #D859C7;
}
.AnyTagClassName
{
color: #D859C7;
}
</style>
background-color css
<style>
a { background-color: #D859C7; }
a { background-color: rgb(216,89,199); }
div.DivClassName
{
background-color: #D859C7;
}
.BgClassName
{
background-color: #D859C7;
}
</style>
border-color css
<style>
span { border-color: #D859C7; }
span { border-color: rgb(216,89,199); }
td.TdClassName
{
border-color: #D859C7;
}
.TagClassName
{
border-color: #D859C7;
}
</style>