Html Css Color HEX #D961C8 Free Speech Magenta
📋 copy color: '#D961C8'red 217 ◦ green 97 ◦ blue 200
Shades of Free Speech Magenta #D961C8
Tints of Free Speech Magenta #D961C8
RGB
CMYK
RGB Variations
Color information
#D961C8 (or 0xD961C8) is known color: Free Speech Magenta. HEX triplet: D9, 61 and C8. RGB value is (217,97,200). Sum of RGB (Red+Green+Blue) = 217+97+200=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D961C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961C8 is #269E37. Grayscale: #909090. Windows color (decimal): -2530872 or 13132249. OLE color: 13132249.
HSL color Cylindrical-coordinate representation of color #D961C8: hue angle of 308.5º 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 #D961C8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 200 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.15 |
| HSL | 308.5º | 0.61% | 0.62% | - |
| HSV(B) | 308.5º | 0.55% | 0.85% | - |
| XYZ | 43.32 | 27.47 | 57.66 | - |
| YUV | 144.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 200 | 0 | 0.55 | 0.08 | 0.15 | 308.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | C8 | 0 | 37 | 8 | F | 134 | 3D | 3E |
| Octal | 331 | 141 | 310 | 0 | 67 | 10 | 17 | 464 | 75 | 76 |
| Binary | 11011001 | 1100001 | 11001000 | 0 | 110111 | 1000 | 1111 | 100110100 | 111101 | 111110 |
Color Harmonies of #D961C8
Complementary color
Monochromatic Colors of #D961C8
Black with #D961C8
Text Example
Text Example
White with #D961C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D961C8; }
p { color: rgb(217,97,200); }
H1.HeaderClassName
{
color: #D961C8;
}
.AnyTagClassName
{
color: #D961C8;
}
</style>
background-color css
<style>
a { background-color: #D961C8; }
a { background-color: rgb(217,97,200); }
div.DivClassName
{
background-color: #D961C8;
}
.BgClassName
{
background-color: #D961C8;
}
</style>
border-color css
<style>
span { border-color: #D961C8; }
span { border-color: rgb(217,97,200); }
td.TdClassName
{
border-color: #D961C8;
}
.TagClassName
{
border-color: #D961C8;
}
</style>