Html Css Color HEX #D955D0 Free Speech Magenta
📋 copy color: '#D955D0'red 217 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #D955D0
Tints of Free Speech Magenta #D955D0
RGB
CMYK
RGB Variations
Color information
#D955D0 (or 0xD955D0) is known color: Free Speech Magenta. HEX triplet: D9, 55 and D0. RGB value is (217,85,208). Sum of RGB (Red+Green+Blue) = 217+85+208=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D955D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955D0 is #26AA2F. Grayscale: #8A8A8A. Windows color (decimal): -2533936 or 13653465. OLE color: 13653465.
HSL color Cylindrical-coordinate representation of color #D955D0: hue angle of 304.09º 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 #D955D0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 208 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.15 |
| HSL | 304.09º | 0.63% | 0.59% | - |
| HSV(B) | 304.09º | 0.61% | 0.85% | - |
| XYZ | 43.25 | 25.8 | 62.38 | - |
| YUV | 138.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 208 | 0 | 0.61 | 0.04 | 0.15 | 304.09 | 0.63 | 0.59 |
| Hex | D9 | 55 | D0 | 0 | 3D | 4 | F | 130 | 3F | 3B |
| Octal | 331 | 125 | 320 | 0 | 75 | 4 | 17 | 460 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11010000 | 0 | 111101 | 100 | 1111 | 100110000 | 111111 | 111011 |
Color Harmonies of #D955D0
Complementary color
Monochromatic Colors of #D955D0
Black with #D955D0
Text Example
Text Example
White with #D955D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955D0; }
p { color: rgb(217,85,208); }
H1.HeaderClassName
{
color: #D955D0;
}
.AnyTagClassName
{
color: #D955D0;
}
</style>
background-color css
<style>
a { background-color: #D955D0; }
a { background-color: rgb(217,85,208); }
div.DivClassName
{
background-color: #D955D0;
}
.BgClassName
{
background-color: #D955D0;
}
</style>
border-color css
<style>
span { border-color: #D955D0; }
span { border-color: rgb(217,85,208); }
td.TdClassName
{
border-color: #D955D0;
}
.TagClassName
{
border-color: #D955D0;
}
</style>