Html Css Color HEX #D861C7 Free Speech Magenta
📋 copy color: '#D861C7'red 216 ◦ green 97 ◦ blue 199
Shades of Free Speech Magenta #D861C7
Tints of Free Speech Magenta #D861C7
RGB
CMYK
RGB Variations
Color information
#D861C7 (or 0xD861C7) is known color: Free Speech Magenta. HEX triplet: D8, 61 and C7. RGB value is (216,97,199). Sum of RGB (Red+Green+Blue) = 216+97+199=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D861C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D861C7 is #279E38. Grayscale: #8F8F8F. Windows color (decimal): -2596409 or 13066712. OLE color: 13066712.
HSL color Cylindrical-coordinate representation of color #D861C7: hue angle of 308.57º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D861C7 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 199 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.15 |
| HSL | 308.57º | 0.6% | 0.61% | - |
| HSV(B) | 308.57º | 0.55% | 0.85% | - |
| XYZ | 42.9 | 27.27 | 57.04 | - |
| YUV | 144.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 199 | 0 | 0.55 | 0.08 | 0.15 | 308.57 | 0.6 | 0.61 |
| Hex | D8 | 61 | C7 | 0 | 37 | 8 | F | 135 | 3C | 3D |
| Octal | 330 | 141 | 307 | 0 | 67 | 10 | 17 | 465 | 74 | 75 |
| Binary | 11011000 | 1100001 | 11000111 | 0 | 110111 | 1000 | 1111 | 100110101 | 111100 | 111101 |
Color Harmonies of #D861C7
Complementary color
Monochromatic Colors of #D861C7
Black with #D861C7
Text Example
Text Example
White with #D861C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D861C7; }
p { color: rgb(216,97,199); }
H1.HeaderClassName
{
color: #D861C7;
}
.AnyTagClassName
{
color: #D861C7;
}
</style>
background-color css
<style>
a { background-color: #D861C7; }
a { background-color: rgb(216,97,199); }
div.DivClassName
{
background-color: #D861C7;
}
.BgClassName
{
background-color: #D861C7;
}
</style>
border-color css
<style>
span { border-color: #D861C7; }
span { border-color: rgb(216,97,199); }
td.TdClassName
{
border-color: #D861C7;
}
.TagClassName
{
border-color: #D861C7;
}
</style>