Shades of Plum #D9A1CC
Tints of Plum #D9A1CC
RGB
CMYK
RGB Variations
Color information
#D9A1CC (or 0xD9A1CC) is known color: Plum. HEX triplet: D9, A1 and CC. RGB value is (217,161,204). Sum of RGB (Red+Green+Blue) = 217+161+204=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1CC is #265E33. Grayscale: #B6B6B6. Windows color (decimal): -2514484 or 13410777. OLE color: 13410777.
HSL color Cylindrical-coordinate representation of color #D9A1CC: hue angle of 313.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1CC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 204 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.15 |
| HSL | 313.93º | 0.42% | 0.74% | - |
| HSV(B) | 313.93º | 0.26% | 0.85% | - |
| XYZ | 52.26 | 44.6 | 62.98 | - |
| YUV | 182.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 204 | 0 | 0.26 | 0.06 | 0.15 | 313.93 | 0.42 | 0.74 |
| Hex | D9 | A1 | CC | 0 | 1A | 6 | F | 13A | 2A | 4A |
| Octal | 331 | 241 | 314 | 0 | 32 | 6 | 17 | 472 | 52 | 112 |
| Binary | 11011001 | 10100001 | 11001100 | 0 | 11010 | 110 | 1111 | 100111010 | 101010 | 1001010 |
Color Harmonies of #D9A1CC
Complementary color
Monochromatic Colors of #D9A1CC
Black with #D9A1CC
Text Example
Text Example
White with #D9A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1CC; }
p { color: rgb(217,161,204); }
H1.HeaderClassName
{
color: #D9A1CC;
}
.AnyTagClassName
{
color: #D9A1CC;
}
</style>
background-color css
<style>
a { background-color: #D9A1CC; }
a { background-color: rgb(217,161,204); }
div.DivClassName
{
background-color: #D9A1CC;
}
.BgClassName
{
background-color: #D9A1CC;
}
</style>
border-color css
<style>
span { border-color: #D9A1CC; }
span { border-color: rgb(217,161,204); }
td.TdClassName
{
border-color: #D9A1CC;
}
.TagClassName
{
border-color: #D9A1CC;
}
</style>