Shades of Plum #D995DD
Tints of Plum #D995DD
RGB
CMYK
RGB Variations
Color information
#D995DD (or 0xD995DD) is known color: Plum. HEX triplet: D9, 95 and DD. RGB value is (217,149,221). Sum of RGB (Red+Green+Blue) = 217+149+221=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D995DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DD is #266A22. Grayscale: #B1B1B1. Windows color (decimal): -2517539 or 14521817. OLE color: 14521817.
HSL color Cylindrical-coordinate representation of color #D995DD: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D995DD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 149 | 221 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.13 |
| HSL | 296.67º | 0.51% | 0.73% | - |
| HSV(B) | 296.67º | 0.33% | 0.87% | - |
| XYZ | 52.41 | 41.47 | 73.65 | - |
| YUV | 177.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 221 | 0.02 | 0.33 | 0 | 0.13 | 296.67 | 0.51 | 0.73 |
| Hex | D9 | 95 | DD | 2 | 21 | 0 | D | 129 | 33 | 49 |
| Octal | 331 | 225 | 335 | 2 | 41 | 0 | 15 | 451 | 63 | 111 |
| Binary | 11011001 | 10010101 | 11011101 | 10 | 100001 | 0 | 1101 | 100101001 | 110011 | 1001001 |
Color Harmonies of #D995DD
Complementary color
Monochromatic Colors of #D995DD
Black with #D995DD
Text Example
Text Example
White with #D995DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995DD; }
p { color: rgb(217,149,221); }
H1.HeaderClassName
{
color: #D995DD;
}
.AnyTagClassName
{
color: #D995DD;
}
</style>
background-color css
<style>
a { background-color: #D995DD; }
a { background-color: rgb(217,149,221); }
div.DivClassName
{
background-color: #D995DD;
}
.BgClassName
{
background-color: #D995DD;
}
</style>
border-color css
<style>
span { border-color: #D995DD; }
span { border-color: rgb(217,149,221); }
td.TdClassName
{
border-color: #D995DD;
}
.TagClassName
{
border-color: #D995DD;
}
</style>