Html Css Color HEX #D955C6 Free Speech Magenta
📋 copy color: '#D955C6'red 217 ◦ green 85 ◦ blue 198
Shades of Free Speech Magenta #D955C6
Tints of Free Speech Magenta #D955C6
RGB
CMYK
RGB Variations
Color information
#D955C6 (or 0xD955C6) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C6. RGB value is (217,85,198). Sum of RGB (Red+Green+Blue) = 217+85+198=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C6 is #26AA39. Grayscale: #898989. Windows color (decimal): -2533946 or 12998105. OLE color: 12998105.
HSL color Cylindrical-coordinate representation of color #D955C6: hue angle of 308.64º 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 #D955C6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 198 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.15 |
| HSL | 308.64º | 0.63% | 0.59% | - |
| HSV(B) | 308.64º | 0.61% | 0.85% | - |
| XYZ | 42.06 | 25.33 | 56.1 | - |
| YUV | 137.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 198 | 0 | 0.61 | 0.09 | 0.15 | 308.64 | 0.63 | 0.59 |
| Hex | D9 | 55 | C6 | 0 | 3D | 9 | F | 135 | 3F | 3B |
| Octal | 331 | 125 | 306 | 0 | 75 | 11 | 17 | 465 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11000110 | 0 | 111101 | 1001 | 1111 | 100110101 | 111111 | 111011 |
Color Harmonies of #D955C6
Complementary color
Monochromatic Colors of #D955C6
Black with #D955C6
Text Example
Text Example
White with #D955C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955C6; }
p { color: rgb(217,85,198); }
H1.HeaderClassName
{
color: #D955C6;
}
.AnyTagClassName
{
color: #D955C6;
}
</style>
background-color css
<style>
a { background-color: #D955C6; }
a { background-color: rgb(217,85,198); }
div.DivClassName
{
background-color: #D955C6;
}
.BgClassName
{
background-color: #D955C6;
}
</style>
border-color css
<style>
span { border-color: #D955C6; }
span { border-color: rgb(217,85,198); }
td.TdClassName
{
border-color: #D955C6;
}
.TagClassName
{
border-color: #D955C6;
}
</style>