Html Css Color HEX #D955C0 Free Speech Magenta
📋 copy color: '#D955C0'red 217 ◦ green 85 ◦ blue 192
Shades of Free Speech Magenta #D955C0
Tints of Free Speech Magenta #D955C0
RGB
CMYK
RGB Variations
Color information
#D955C0 (or 0xD955C0) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C0. RGB value is (217,85,192). Sum of RGB (Red+Green+Blue) = 217+85+192=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C0 is #26AA3F. Grayscale: #888888. Windows color (decimal): -2533952 or 12604889. OLE color: 12604889.
HSL color Cylindrical-coordinate representation of color #D955C0: hue angle of 311.36º 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 #D955C0 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 192 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 311.36º | 0.63% | 0.59% | - |
| HSV(B) | 311.36º | 0.61% | 0.85% | - |
| XYZ | 41.38 | 25.05 | 52.52 | - |
| YUV | 136.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 192 | 0 | 0.61 | 0.12 | 0.15 | 311.36 | 0.63 | 0.59 |
| Hex | D9 | 55 | C0 | 0 | 3D | C | F | 137 | 3F | 3B |
| Octal | 331 | 125 | 300 | 0 | 75 | 14 | 17 | 467 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11000000 | 0 | 111101 | 1100 | 1111 | 100110111 | 111111 | 111011 |
Color Harmonies of #D955C0
Complementary color
Monochromatic Colors of #D955C0
Black with #D955C0
Text Example
Text Example
White with #D955C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955C0; }
p { color: rgb(217,85,192); }
H1.HeaderClassName
{
color: #D955C0;
}
.AnyTagClassName
{
color: #D955C0;
}
</style>
background-color css
<style>
a { background-color: #D955C0; }
a { background-color: rgb(217,85,192); }
div.DivClassName
{
background-color: #D955C0;
}
.BgClassName
{
background-color: #D955C0;
}
</style>
border-color css
<style>
span { border-color: #D955C0; }
span { border-color: rgb(217,85,192); }
td.TdClassName
{
border-color: #D955C0;
}
.TagClassName
{
border-color: #D955C0;
}
</style>