Html Css Color HEX #D955CF Free Speech Magenta
📋 copy color: '#D955CF'red 217 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #D955CF
Tints of Free Speech Magenta #D955CF
RGB
CMYK
RGB Variations
Color information
#D955CF (or 0xD955CF) is known color: Free Speech Magenta. HEX triplet: D9, 55 and CF. RGB value is (217,85,207). Sum of RGB (Red+Green+Blue) = 217+85+207=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D955CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955CF is #26AA30. Grayscale: #8A8A8A. Windows color (decimal): -2533937 or 13587929. OLE color: 13587929.
HSL color Cylindrical-coordinate representation of color #D955CF: hue angle of 304.55º 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 #D955CF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 207 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.15 |
| HSL | 304.55º | 0.63% | 0.59% | - |
| HSV(B) | 304.55º | 0.61% | 0.85% | - |
| XYZ | 43.13 | 25.75 | 61.73 | - |
| YUV | 138.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 207 | 0 | 0.61 | 0.05 | 0.15 | 304.55 | 0.63 | 0.59 |
| Hex | D9 | 55 | CF | 0 | 3D | 5 | F | 131 | 3F | 3B |
| Octal | 331 | 125 | 317 | 0 | 75 | 5 | 17 | 461 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11001111 | 0 | 111101 | 101 | 1111 | 100110001 | 111111 | 111011 |
Color Harmonies of #D955CF
Complementary color
Monochromatic Colors of #D955CF
Black with #D955CF
Text Example
Text Example
White with #D955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955CF; }
p { color: rgb(217,85,207); }
H1.HeaderClassName
{
color: #D955CF;
}
.AnyTagClassName
{
color: #D955CF;
}
</style>
background-color css
<style>
a { background-color: #D955CF; }
a { background-color: rgb(217,85,207); }
div.DivClassName
{
background-color: #D955CF;
}
.BgClassName
{
background-color: #D955CF;
}
</style>
border-color css
<style>
span { border-color: #D955CF; }
span { border-color: rgb(217,85,207); }
td.TdClassName
{
border-color: #D955CF;
}
.TagClassName
{
border-color: #D955CF;
}
</style>