Html Css Color HEX #D955D5 Free Speech Magenta
📋 copy color: '#D955D5'red 217 ◦ green 85 ◦ blue 213
Shades of Free Speech Magenta #D955D5
Tints of Free Speech Magenta #D955D5
RGB
CMYK
RGB Variations
Color information
#D955D5 (or 0xD955D5) is known color: Free Speech Magenta. HEX triplet: D9, 55 and D5. RGB value is (217,85,213). Sum of RGB (Red+Green+Blue) = 217+85+213=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D955D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955D5 is #26AA2A. Grayscale: #8A8A8A. Windows color (decimal): -2533931 or 13981145. OLE color: 13981145.
HSL color Cylindrical-coordinate representation of color #D955D5: hue angle of 301.82º 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 #D955D5 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 213 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.15 |
| HSL | 301.82º | 0.63% | 0.59% | - |
| HSV(B) | 301.82º | 0.61% | 0.85% | - |
| XYZ | 43.87 | 26.05 | 65.67 | - |
| YUV | 139.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 213 | 0 | 0.61 | 0.02 | 0.15 | 301.82 | 0.63 | 0.59 |
| Hex | D9 | 55 | D5 | 0 | 3D | 2 | F | 12E | 3F | 3B |
| Octal | 331 | 125 | 325 | 0 | 75 | 2 | 17 | 456 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11010101 | 0 | 111101 | 10 | 1111 | 100101110 | 111111 | 111011 |
Color Harmonies of #D955D5
Complementary color
Monochromatic Colors of #D955D5
Black with #D955D5
Text Example
Text Example
White with #D955D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955D5; }
p { color: rgb(217,85,213); }
H1.HeaderClassName
{
color: #D955D5;
}
.AnyTagClassName
{
color: #D955D5;
}
</style>
background-color css
<style>
a { background-color: #D955D5; }
a { background-color: rgb(217,85,213); }
div.DivClassName
{
background-color: #D955D5;
}
.BgClassName
{
background-color: #D955D5;
}
</style>
border-color css
<style>
span { border-color: #D955D5; }
span { border-color: rgb(217,85,213); }
td.TdClassName
{
border-color: #D955D5;
}
.TagClassName
{
border-color: #D955D5;
}
</style>