Shades of Plum #D994D6
Tints of Plum #D994D6
RGB
CMYK
RGB Variations
Color information
#D994D6 (or 0xD994D6) is known color: Plum. HEX triplet: D9, 94 and D6. RGB value is (217,148,214). Sum of RGB (Red+Green+Blue) = 217+148+214=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D6 is #266B29. Grayscale: #AFAFAF. Windows color (decimal): -2517802 or 14062809. OLE color: 14062809.
HSL color Cylindrical-coordinate representation of color #D994D6: hue angle of 302.61º 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 #D994D6 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 214 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.15 |
| HSL | 302.61º | 0.48% | 0.72% | - |
| HSV(B) | 302.61º | 0.32% | 0.85% | - |
| XYZ | 51.34 | 40.79 | 68.78 | - |
| YUV | 176.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 214 | 0 | 0.32 | 0.01 | 0.15 | 302.61 | 0.48 | 0.72 |
| Hex | D9 | 94 | D6 | 0 | 20 | 1 | F | 12F | 30 | 48 |
| Octal | 331 | 224 | 326 | 0 | 40 | 1 | 17 | 457 | 60 | 110 |
| Binary | 11011001 | 10010100 | 11010110 | 0 | 100000 | 1 | 1111 | 100101111 | 110000 | 1001000 |
Color Harmonies of #D994D6
Complementary color
Monochromatic Colors of #D994D6
Black with #D994D6
Text Example
Text Example
White with #D994D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994D6; }
p { color: rgb(217,148,214); }
H1.HeaderClassName
{
color: #D994D6;
}
.AnyTagClassName
{
color: #D994D6;
}
</style>
background-color css
<style>
a { background-color: #D994D6; }
a { background-color: rgb(217,148,214); }
div.DivClassName
{
background-color: #D994D6;
}
.BgClassName
{
background-color: #D994D6;
}
</style>
border-color css
<style>
span { border-color: #D994D6; }
span { border-color: rgb(217,148,214); }
td.TdClassName
{
border-color: #D994D6;
}
.TagClassName
{
border-color: #D994D6;
}
</style>