Html Css Color HEX #D960CE Free Speech Magenta
📋 copy color: '#D960CE'red 217 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #D960CE
Tints of Free Speech Magenta #D960CE
RGB
CMYK
RGB Variations
Color information
#D960CE (or 0xD960CE) is known color: Free Speech Magenta. HEX triplet: D9, 60 and CE. RGB value is (217,96,206). Sum of RGB (Red+Green+Blue) = 217+96+206=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D960CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960CE is #269F31. Grayscale: #909090. Windows color (decimal): -2531122 or 13525209. OLE color: 13525209.
HSL color Cylindrical-coordinate representation of color #D960CE: hue angle of 305.45º 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 #D960CE is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 206 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.15 |
| HSL | 305.45º | 0.61% | 0.61% | - |
| HSV(B) | 305.45º | 0.56% | 0.85% | - |
| XYZ | 43.94 | 27.57 | 61.4 | - |
| YUV | 144.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 206 | 0 | 0.56 | 0.05 | 0.15 | 305.45 | 0.61 | 0.61 |
| Hex | D9 | 60 | CE | 0 | 38 | 5 | F | 131 | 3D | 3D |
| Octal | 331 | 140 | 316 | 0 | 70 | 5 | 17 | 461 | 75 | 75 |
| Binary | 11011001 | 1100000 | 11001110 | 0 | 111000 | 101 | 1111 | 100110001 | 111101 | 111101 |
Color Harmonies of #D960CE
Complementary color
Monochromatic Colors of #D960CE
Black with #D960CE
Text Example
Text Example
White with #D960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D960CE; }
p { color: rgb(217,96,206); }
H1.HeaderClassName
{
color: #D960CE;
}
.AnyTagClassName
{
color: #D960CE;
}
</style>
background-color css
<style>
a { background-color: #D960CE; }
a { background-color: rgb(217,96,206); }
div.DivClassName
{
background-color: #D960CE;
}
.BgClassName
{
background-color: #D960CE;
}
</style>
border-color css
<style>
span { border-color: #D960CE; }
span { border-color: rgb(217,96,206); }
td.TdClassName
{
border-color: #D960CE;
}
.TagClassName
{
border-color: #D960CE;
}
</style>