Shades of Plum #D994D2
Tints of Plum #D994D2
RGB
CMYK
RGB Variations
Color information
#D994D2 (or 0xD994D2) is known color: Plum. HEX triplet: D9, 94 and D2. RGB value is (217,148,210). Sum of RGB (Red+Green+Blue) = 217+148+210=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D2 is #266B2D. Grayscale: #AFAFAF. Windows color (decimal): -2517806 or 13800665. OLE color: 13800665.
HSL color Cylindrical-coordinate representation of color #D994D2: hue angle of 306.09º 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 #D994D2 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 210 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.15 |
| HSL | 306.09º | 0.48% | 0.72% | - |
| HSV(B) | 306.09º | 0.32% | 0.85% | - |
| XYZ | 50.84 | 40.58 | 66.13 | - |
| YUV | 175.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 210 | 0 | 0.32 | 0.03 | 0.15 | 306.09 | 0.48 | 0.72 |
| Hex | D9 | 94 | D2 | 0 | 20 | 3 | F | 132 | 30 | 48 |
| Octal | 331 | 224 | 322 | 0 | 40 | 3 | 17 | 462 | 60 | 110 |
| Binary | 11011001 | 10010100 | 11010010 | 0 | 100000 | 11 | 1111 | 100110010 | 110000 | 1001000 |
Color Harmonies of #D994D2
Complementary color
Monochromatic Colors of #D994D2
Black with #D994D2
Text Example
Text Example
White with #D994D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994D2; }
p { color: rgb(217,148,210); }
H1.HeaderClassName
{
color: #D994D2;
}
.AnyTagClassName
{
color: #D994D2;
}
</style>
background-color css
<style>
a { background-color: #D994D2; }
a { background-color: rgb(217,148,210); }
div.DivClassName
{
background-color: #D994D2;
}
.BgClassName
{
background-color: #D994D2;
}
</style>
border-color css
<style>
span { border-color: #D994D2; }
span { border-color: rgb(217,148,210); }
td.TdClassName
{
border-color: #D994D2;
}
.TagClassName
{
border-color: #D994D2;
}
</style>