Html Css Color HEX #D955C9 Free Speech Magenta
📋 copy color: '#D955C9'red 217 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #D955C9
Tints of Free Speech Magenta #D955C9
RGB
CMYK
RGB Variations
Color information
#D955C9 (or 0xD955C9) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C9. RGB value is (217,85,201). Sum of RGB (Red+Green+Blue) = 217+85+201=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C9 is #26AA36. Grayscale: #898989. Windows color (decimal): -2533943 or 13194713. OLE color: 13194713.
HSL color Cylindrical-coordinate representation of color #D955C9: hue angle of 307.27º 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 #D955C9 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 201 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.15 |
| HSL | 307.27º | 0.63% | 0.59% | - |
| HSV(B) | 307.27º | 0.61% | 0.85% | - |
| XYZ | 42.41 | 25.47 | 57.94 | - |
| YUV | 137.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 201 | 0 | 0.61 | 0.07 | 0.15 | 307.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | C9 | 0 | 3D | 7 | F | 133 | 3F | 3B |
| Octal | 331 | 125 | 311 | 0 | 75 | 7 | 17 | 463 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11001001 | 0 | 111101 | 111 | 1111 | 100110011 | 111111 | 111011 |
Color Harmonies of #D955C9
Complementary color
Monochromatic Colors of #D955C9
Black with #D955C9
Text Example
Text Example
White with #D955C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955C9; }
p { color: rgb(217,85,201); }
H1.HeaderClassName
{
color: #D955C9;
}
.AnyTagClassName
{
color: #D955C9;
}
</style>
background-color css
<style>
a { background-color: #D955C9; }
a { background-color: rgb(217,85,201); }
div.DivClassName
{
background-color: #D955C9;
}
.BgClassName
{
background-color: #D955C9;
}
</style>
border-color css
<style>
span { border-color: #D955C9; }
span { border-color: rgb(217,85,201); }
td.TdClassName
{
border-color: #D955C9;
}
.TagClassName
{
border-color: #D955C9;
}
</style>