Html Css Color HEX #D961C5 Free Speech Magenta
📋 copy color: '#D961C5'red 217 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #D961C5
Tints of Free Speech Magenta #D961C5
RGB
CMYK
RGB Variations
Color information
#D961C5 (or 0xD961C5) is known color: Free Speech Magenta. HEX triplet: D9, 61 and C5. RGB value is (217,97,197). Sum of RGB (Red+Green+Blue) = 217+97+197=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D961C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961C5 is #269E3A. Grayscale: #909090. Windows color (decimal): -2530875 or 12935641. OLE color: 12935641.
HSL color Cylindrical-coordinate representation of color #D961C5: hue angle of 310º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961C5 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 197 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.15 |
| HSL | 310º | 0.61% | 0.62% | - |
| HSV(B) | 310º | 0.55% | 0.85% | - |
| XYZ | 42.97 | 27.33 | 55.83 | - |
| YUV | 144.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 197 | 0 | 0.55 | 0.09 | 0.15 | 310 | 0.61 | 0.62 |
| Hex | D9 | 61 | C5 | 0 | 37 | 9 | F | 136 | 3D | 3E |
| Octal | 331 | 141 | 305 | 0 | 67 | 11 | 17 | 466 | 75 | 76 |
| Binary | 11011001 | 1100001 | 11000101 | 0 | 110111 | 1001 | 1111 | 100110110 | 111101 | 111110 |
Color Harmonies of #D961C5
Complementary color
Monochromatic Colors of #D961C5
Black with #D961C5
Text Example
Text Example
White with #D961C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961C5; }
p { color: rgb(217,97,197); }
H1.HeaderClassName
{
color: #D961C5;
}
.AnyTagClassName
{
color: #D961C5;
}
</style>
background-color css
<style>
a { background-color: #D961C5; }
a { background-color: rgb(217,97,197); }
div.DivClassName
{
background-color: #D961C5;
}
.BgClassName
{
background-color: #D961C5;
}
</style>
border-color css
<style>
span { border-color: #D961C5; }
span { border-color: rgb(217,97,197); }
td.TdClassName
{
border-color: #D961C5;
}
.TagClassName
{
border-color: #D961C5;
}
</style>