Html Css Color HEX #D860C7 Free Speech Magenta
📋 copy color: '#D860C7'red 216 ◦ green 96 ◦ blue 199
Shades of Free Speech Magenta #D860C7
Tints of Free Speech Magenta #D860C7
RGB
CMYK
RGB Variations
Color information
#D860C7 (or 0xD860C7) is known color: Free Speech Magenta. HEX triplet: D8, 60 and C7. RGB value is (216,96,199). Sum of RGB (Red+Green+Blue) = 216+96+199=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D860C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860C7 is #279F38. Grayscale: #8F8F8F. Windows color (decimal): -2596665 or 13066456. OLE color: 13066456.
HSL color Cylindrical-coordinate representation of color #D860C7: hue angle of 308.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 #D860C7 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 199 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.15 |
| HSL | 308.5º | 0.61% | 0.61% | - |
| HSV(B) | 308.5º | 0.56% | 0.85% | - |
| XYZ | 42.81 | 27.09 | 57.01 | - |
| YUV | 143.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 199 | 0 | 0.56 | 0.08 | 0.15 | 308.5 | 0.61 | 0.61 |
| Hex | D8 | 60 | C7 | 0 | 38 | 8 | F | 134 | 3D | 3D |
| Octal | 330 | 140 | 307 | 0 | 70 | 10 | 17 | 464 | 75 | 75 |
| Binary | 11011000 | 1100000 | 11000111 | 0 | 111000 | 1000 | 1111 | 100110100 | 111101 | 111101 |
Color Harmonies of #D860C7
Complementary color
Monochromatic Colors of #D860C7
Black with #D860C7
Text Example
Text Example
White with #D860C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860C7; }
p { color: rgb(216,96,199); }
H1.HeaderClassName
{
color: #D860C7;
}
.AnyTagClassName
{
color: #D860C7;
}
</style>
background-color css
<style>
a { background-color: #D860C7; }
a { background-color: rgb(216,96,199); }
div.DivClassName
{
background-color: #D860C7;
}
.BgClassName
{
background-color: #D860C7;
}
</style>
border-color css
<style>
span { border-color: #D860C7; }
span { border-color: rgb(216,96,199); }
td.TdClassName
{
border-color: #D860C7;
}
.TagClassName
{
border-color: #D860C7;
}
</style>