Shades of Plum #D994D4
Tints of Plum #D994D4
RGB
CMYK
RGB Variations
Color information
#D994D4 (or 0xD994D4) is known color: Plum. HEX triplet: D9, 94 and D4. RGB value is (217,148,212). Sum of RGB (Red+Green+Blue) = 217+148+212=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D4 is #266B2B. Grayscale: #AFAFAF. Windows color (decimal): -2517804 or 13931737. OLE color: 13931737.
HSL color Cylindrical-coordinate representation of color #D994D4: hue angle of 304.35º 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 #D994D4 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 212 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.15 |
| HSL | 304.35º | 0.48% | 0.72% | - |
| HSV(B) | 304.35º | 0.32% | 0.85% | - |
| XYZ | 51.09 | 40.68 | 67.45 | - |
| YUV | 175.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 212 | 0 | 0.32 | 0.02 | 0.15 | 304.35 | 0.48 | 0.72 |
| Hex | D9 | 94 | D4 | 0 | 20 | 2 | F | 130 | 30 | 48 |
| Octal | 331 | 224 | 324 | 0 | 40 | 2 | 17 | 460 | 60 | 110 |
| Binary | 11011001 | 10010100 | 11010100 | 0 | 100000 | 10 | 1111 | 100110000 | 110000 | 1001000 |
Color Harmonies of #D994D4
Complementary color
Monochromatic Colors of #D994D4
Black with #D994D4
Text Example
Text Example
White with #D994D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994D4; }
p { color: rgb(217,148,212); }
H1.HeaderClassName
{
color: #D994D4;
}
.AnyTagClassName
{
color: #D994D4;
}
</style>
background-color css
<style>
a { background-color: #D994D4; }
a { background-color: rgb(217,148,212); }
div.DivClassName
{
background-color: #D994D4;
}
.BgClassName
{
background-color: #D994D4;
}
</style>
border-color css
<style>
span { border-color: #D994D4; }
span { border-color: rgb(217,148,212); }
td.TdClassName
{
border-color: #D994D4;
}
.TagClassName
{
border-color: #D994D4;
}
</style>