Html Css Color HEX #D955C1 Free Speech Magenta
📋 copy color: '#D955C1'red 217 ◦ green 85 ◦ blue 193
Shades of Free Speech Magenta #D955C1
Tints of Free Speech Magenta #D955C1
RGB
CMYK
RGB Variations
Color information
#D955C1 (or 0xD955C1) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C1. RGB value is (217,85,193). Sum of RGB (Red+Green+Blue) = 217+85+193=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C1 is #26AA3E. Grayscale: #888888. Windows color (decimal): -2533951 or 12670425. OLE color: 12670425.
HSL color Cylindrical-coordinate representation of color #D955C1: hue angle of 310.91º 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 #D955C1 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 193 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.15 |
| HSL | 310.91º | 0.63% | 0.59% | - |
| HSV(B) | 310.91º | 0.61% | 0.85% | - |
| XYZ | 41.49 | 25.1 | 53.11 | - |
| YUV | 136.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 193 | 0 | 0.61 | 0.11 | 0.15 | 310.91 | 0.63 | 0.59 |
| Hex | D9 | 55 | C1 | 0 | 3D | B | F | 137 | 3F | 3B |
| Octal | 331 | 125 | 301 | 0 | 75 | 13 | 17 | 467 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11000001 | 0 | 111101 | 1011 | 1111 | 100110111 | 111111 | 111011 |
Color Harmonies of #D955C1
Complementary color
Monochromatic Colors of #D955C1
Black with #D955C1
Text Example
Text Example
White with #D955C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955C1; }
p { color: rgb(217,85,193); }
H1.HeaderClassName
{
color: #D955C1;
}
.AnyTagClassName
{
color: #D955C1;
}
</style>
background-color css
<style>
a { background-color: #D955C1; }
a { background-color: rgb(217,85,193); }
div.DivClassName
{
background-color: #D955C1;
}
.BgClassName
{
background-color: #D955C1;
}
</style>
border-color css
<style>
span { border-color: #D955C1; }
span { border-color: rgb(217,85,193); }
td.TdClassName
{
border-color: #D955C1;
}
.TagClassName
{
border-color: #D955C1;
}
</style>