Html Css Color HEX #D955DD Free Speech Magenta
📋 copy color: '#D955DD'red 217 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #D955DD
Tints of Free Speech Magenta #D955DD
RGB
CMYK
RGB Variations
Color information
#D955DD (or 0xD955DD) is known color: Free Speech Magenta. HEX triplet: D9, 55 and DD. RGB value is (217,85,221). Sum of RGB (Red+Green+Blue) = 217+85+221=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #D955DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955DD is #26AA22. Grayscale: #8B8B8B. Windows color (decimal): -2533923 or 14505433. OLE color: 14505433.
HSL color Cylindrical-coordinate representation of color #D955DD: hue angle of 298.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D955DD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 85 | 221 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.13 |
| HSL | 298.24º | 0.67% | 0.6% | - |
| HSV(B) | 298.24º | 0.62% | 0.87% | - |
| XYZ | 44.91 | 26.47 | 71.15 | - |
| YUV | 139.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 221 | 0.02 | 0.62 | 0 | 0.13 | 298.24 | 0.67 | 0.6 |
| Hex | D9 | 55 | DD | 2 | 3E | 0 | D | 12A | 43 | 3C |
| Octal | 331 | 125 | 335 | 2 | 76 | 0 | 15 | 452 | 103 | 74 |
| Binary | 11011001 | 1010101 | 11011101 | 10 | 111110 | 0 | 1101 | 100101010 | 1000011 | 111100 |
Color Harmonies of #D955DD
Complementary color
Monochromatic Colors of #D955DD
Black with #D955DD
Text Example
Text Example
White with #D955DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955DD; }
p { color: rgb(217,85,221); }
H1.HeaderClassName
{
color: #D955DD;
}
.AnyTagClassName
{
color: #D955DD;
}
</style>
background-color css
<style>
a { background-color: #D955DD; }
a { background-color: rgb(217,85,221); }
div.DivClassName
{
background-color: #D955DD;
}
.BgClassName
{
background-color: #D955DD;
}
</style>
border-color css
<style>
span { border-color: #D955DD; }
span { border-color: rgb(217,85,221); }
td.TdClassName
{
border-color: #D955DD;
}
.TagClassName
{
border-color: #D955DD;
}
</style>