Shades of Plum #D994D1
Tints of Plum #D994D1
RGB
CMYK
RGB Variations
Color information
#D994D1 (or 0xD994D1) is known color: Plum. HEX triplet: D9, 94 and D1. RGB value is (217,148,209). Sum of RGB (Red+Green+Blue) = 217+148+209=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D1 is #266B2E. Grayscale: #AFAFAF. Windows color (decimal): -2517807 or 13735129. OLE color: 13735129.
HSL color Cylindrical-coordinate representation of color #D994D1: hue angle of 306.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994D1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 209 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.15 |
| HSL | 306.96º | 0.48% | 0.72% | - |
| HSV(B) | 306.96º | 0.32% | 0.85% | - |
| XYZ | 50.71 | 40.53 | 65.47 | - |
| YUV | 175.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 209 | 0 | 0.32 | 0.04 | 0.15 | 306.96 | 0.48 | 0.72 |
| Hex | D9 | 94 | D1 | 0 | 20 | 4 | F | 133 | 30 | 48 |
| Octal | 331 | 224 | 321 | 0 | 40 | 4 | 17 | 463 | 60 | 110 |
| Binary | 11011001 | 10010100 | 11010001 | 0 | 100000 | 100 | 1111 | 100110011 | 110000 | 1001000 |
Color Harmonies of #D994D1
Complementary color
Monochromatic Colors of #D994D1
Black with #D994D1
Text Example
Text Example
White with #D994D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994D1; }
p { color: rgb(217,148,209); }
H1.HeaderClassName
{
color: #D994D1;
}
.AnyTagClassName
{
color: #D994D1;
}
</style>
background-color css
<style>
a { background-color: #D994D1; }
a { background-color: rgb(217,148,209); }
div.DivClassName
{
background-color: #D994D1;
}
.BgClassName
{
background-color: #D994D1;
}
</style>
border-color css
<style>
span { border-color: #D994D1; }
span { border-color: rgb(217,148,209); }
td.TdClassName
{
border-color: #D994D1;
}
.TagClassName
{
border-color: #D994D1;
}
</style>