Shades of Plum #D991CC
Tints of Plum #D991CC
RGB
CMYK
RGB Variations
Color information
#D991CC (or 0xD991CC) is known color: Plum. HEX triplet: D9, 91 and CC. RGB value is (217,145,204). Sum of RGB (Red+Green+Blue) = 217+145+204=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CC is #266E33. Grayscale: #ADADAD. Windows color (decimal): -2518580 or 13406681. OLE color: 13406681.
HSL color Cylindrical-coordinate representation of color #D991CC: hue angle of 310.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991CC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 204 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.15 |
| HSL | 310.83º | 0.49% | 0.71% | - |
| HSV(B) | 310.83º | 0.33% | 0.85% | - |
| XYZ | 49.64 | 39.36 | 62.11 | - |
| YUV | 173.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 204 | 0 | 0.33 | 0.06 | 0.15 | 310.83 | 0.49 | 0.71 |
| Hex | D9 | 91 | CC | 0 | 21 | 6 | F | 137 | 31 | 47 |
| Octal | 331 | 221 | 314 | 0 | 41 | 6 | 17 | 467 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11001100 | 0 | 100001 | 110 | 1111 | 100110111 | 110001 | 1000111 |
Color Harmonies of #D991CC
Complementary color
Monochromatic Colors of #D991CC
Black with #D991CC
Text Example
Text Example
White with #D991CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991CC; }
p { color: rgb(217,145,204); }
H1.HeaderClassName
{
color: #D991CC;
}
.AnyTagClassName
{
color: #D991CC;
}
</style>
background-color css
<style>
a { background-color: #D991CC; }
a { background-color: rgb(217,145,204); }
div.DivClassName
{
background-color: #D991CC;
}
.BgClassName
{
background-color: #D991CC;
}
</style>
border-color css
<style>
span { border-color: #D991CC; }
span { border-color: rgb(217,145,204); }
td.TdClassName
{
border-color: #D991CC;
}
.TagClassName
{
border-color: #D991CC;
}
</style>