Html Css Color HEX #D860C5 Free Speech Magenta
📋 copy color: '#D860C5'red 216 ◦ green 96 ◦ blue 197
Shades of Free Speech Magenta #D860C5
Tints of Free Speech Magenta #D860C5
RGB
CMYK
RGB Variations
Color information
#D860C5 (or 0xD860C5) is known color: Free Speech Magenta. HEX triplet: D8, 60 and C5. RGB value is (216,96,197). Sum of RGB (Red+Green+Blue) = 216+96+197=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D860C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860C5 is #279F3A. Grayscale: #8F8F8F. Windows color (decimal): -2596667 or 12935384. OLE color: 12935384.
HSL color Cylindrical-coordinate representation of color #D860C5: hue angle of 309.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860C5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 197 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.15 |
| HSL | 309.5º | 0.61% | 0.61% | - |
| HSV(B) | 309.5º | 0.56% | 0.85% | - |
| XYZ | 42.58 | 27 | 55.79 | - |
| YUV | 143.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 197 | 0 | 0.56 | 0.09 | 0.15 | 309.5 | 0.61 | 0.61 |
| Hex | D8 | 60 | C5 | 0 | 38 | 9 | F | 136 | 3D | 3D |
| Octal | 330 | 140 | 305 | 0 | 70 | 11 | 17 | 466 | 75 | 75 |
| Binary | 11011000 | 1100000 | 11000101 | 0 | 111000 | 1001 | 1111 | 100110110 | 111101 | 111101 |
Color Harmonies of #D860C5
Complementary color
Monochromatic Colors of #D860C5
Black with #D860C5
Text Example
Text Example
White with #D860C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860C5; }
p { color: rgb(216,96,197); }
H1.HeaderClassName
{
color: #D860C5;
}
.AnyTagClassName
{
color: #D860C5;
}
</style>
background-color css
<style>
a { background-color: #D860C5; }
a { background-color: rgb(216,96,197); }
div.DivClassName
{
background-color: #D860C5;
}
.BgClassName
{
background-color: #D860C5;
}
</style>
border-color css
<style>
span { border-color: #D860C5; }
span { border-color: rgb(216,96,197); }
td.TdClassName
{
border-color: #D860C5;
}
.TagClassName
{
border-color: #D860C5;
}
</style>