Html Css Color HEX #D960C6 Free Speech Magenta
📋 copy color: '#D960C6'red 217 ◦ green 96 ◦ blue 198
Shades of Free Speech Magenta #D960C6
Tints of Free Speech Magenta #D960C6
RGB
CMYK
RGB Variations
Color information
#D960C6 (or 0xD960C6) is known color: Free Speech Magenta. HEX triplet: D9, 60 and C6. RGB value is (217,96,198). Sum of RGB (Red+Green+Blue) = 217+96+198=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D960C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960C6 is #269F39. Grayscale: #8F8F8F. Windows color (decimal): -2531130 or 13000921. OLE color: 13000921.
HSL color Cylindrical-coordinate representation of color #D960C6: hue angle of 309.42º 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 #D960C6 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 198 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.15 |
| HSL | 309.42º | 0.61% | 0.61% | - |
| HSV(B) | 309.42º | 0.56% | 0.85% | - |
| XYZ | 42.99 | 27.19 | 56.41 | - |
| YUV | 143.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 198 | 0 | 0.56 | 0.09 | 0.15 | 309.42 | 0.61 | 0.61 |
| Hex | D9 | 60 | C6 | 0 | 38 | 9 | F | 135 | 3D | 3D |
| Octal | 331 | 140 | 306 | 0 | 70 | 11 | 17 | 465 | 75 | 75 |
| Binary | 11011001 | 1100000 | 11000110 | 0 | 111000 | 1001 | 1111 | 100110101 | 111101 | 111101 |
Color Harmonies of #D960C6
Complementary color
Monochromatic Colors of #D960C6
Black with #D960C6
Text Example
Text Example
White with #D960C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960C6; }
p { color: rgb(217,96,198); }
H1.HeaderClassName
{
color: #D960C6;
}
.AnyTagClassName
{
color: #D960C6;
}
</style>
background-color css
<style>
a { background-color: #D960C6; }
a { background-color: rgb(217,96,198); }
div.DivClassName
{
background-color: #D960C6;
}
.BgClassName
{
background-color: #D960C6;
}
</style>
border-color css
<style>
span { border-color: #D960C6; }
span { border-color: rgb(217,96,198); }
td.TdClassName
{
border-color: #D960C6;
}
.TagClassName
{
border-color: #D960C6;
}
</style>