Html Css Color HEX #D955C7 Free Speech Magenta
📋 copy color: '#D955C7'red 217 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #D955C7
Tints of Free Speech Magenta #D955C7
RGB
CMYK
RGB Variations
Color information
#D955C7 (or 0xD955C7) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C7. RGB value is (217,85,199). Sum of RGB (Red+Green+Blue) = 217+85+199=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C7 is #26AA38. Grayscale: #898989. Windows color (decimal): -2533945 or 13063641. OLE color: 13063641.
HSL color Cylindrical-coordinate representation of color #D955C7: hue angle of 308.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D955C7 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 199 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.15 |
| HSL | 308.18º | 0.63% | 0.59% | - |
| HSV(B) | 308.18º | 0.61% | 0.85% | - |
| XYZ | 42.17 | 25.37 | 56.71 | - |
| YUV | 137.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 199 | 0 | 0.61 | 0.08 | 0.15 | 308.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | C7 | 0 | 3D | 8 | F | 134 | 3F | 3B |
| Octal | 331 | 125 | 307 | 0 | 75 | 10 | 17 | 464 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11000111 | 0 | 111101 | 1000 | 1111 | 100110100 | 111111 | 111011 |
Color Harmonies of #D955C7
Complementary color
Monochromatic Colors of #D955C7
Black with #D955C7
Text Example
Text Example
White with #D955C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955C7; }
p { color: rgb(217,85,199); }
H1.HeaderClassName
{
color: #D955C7;
}
.AnyTagClassName
{
color: #D955C7;
}
</style>
background-color css
<style>
a { background-color: #D955C7; }
a { background-color: rgb(217,85,199); }
div.DivClassName
{
background-color: #D955C7;
}
.BgClassName
{
background-color: #D955C7;
}
</style>
border-color css
<style>
span { border-color: #D955C7; }
span { border-color: rgb(217,85,199); }
td.TdClassName
{
border-color: #D955C7;
}
.TagClassName
{
border-color: #D955C7;
}
</style>