Html Css Color HEX #D955D3 Free Speech Magenta
📋 copy color: '#D955D3'red 217 ◦ green 85 ◦ blue 211
Shades of Free Speech Magenta #D955D3
Tints of Free Speech Magenta #D955D3
RGB
CMYK
RGB Variations
Color information
#D955D3 (or 0xD955D3) is known color: Free Speech Magenta. HEX triplet: D9, 55 and D3. RGB value is (217,85,211). Sum of RGB (Red+Green+Blue) = 217+85+211=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D955D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955D3 is #26AA2C. Grayscale: #8A8A8A. Windows color (decimal): -2533933 or 13850073. OLE color: 13850073.
HSL color Cylindrical-coordinate representation of color #D955D3: hue angle of 302.73º 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 #D955D3 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 211 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.15 |
| HSL | 302.73º | 0.63% | 0.59% | - |
| HSV(B) | 302.73º | 0.61% | 0.85% | - |
| XYZ | 43.62 | 25.95 | 64.34 | - |
| YUV | 138.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 211 | 0 | 0.61 | 0.03 | 0.15 | 302.73 | 0.63 | 0.59 |
| Hex | D9 | 55 | D3 | 0 | 3D | 3 | F | 12F | 3F | 3B |
| Octal | 331 | 125 | 323 | 0 | 75 | 3 | 17 | 457 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11010011 | 0 | 111101 | 11 | 1111 | 100101111 | 111111 | 111011 |
Color Harmonies of #D955D3
Complementary color
Monochromatic Colors of #D955D3
Black with #D955D3
Text Example
Text Example
White with #D955D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955D3; }
p { color: rgb(217,85,211); }
H1.HeaderClassName
{
color: #D955D3;
}
.AnyTagClassName
{
color: #D955D3;
}
</style>
background-color css
<style>
a { background-color: #D955D3; }
a { background-color: rgb(217,85,211); }
div.DivClassName
{
background-color: #D955D3;
}
.BgClassName
{
background-color: #D955D3;
}
</style>
border-color css
<style>
span { border-color: #D955D3; }
span { border-color: rgb(217,85,211); }
td.TdClassName
{
border-color: #D955D3;
}
.TagClassName
{
border-color: #D955D3;
}
</style>