Shades of Plum #D9A1DA
Tints of Plum #D9A1DA
RGB
CMYK
RGB Variations
Color information
#D9A1DA (or 0xD9A1DA) is known color: Plum. HEX triplet: D9, A1 and DA. RGB value is (217,161,218). Sum of RGB (Red+Green+Blue) = 217+161+218=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9A1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1DA is #265E25. Grayscale: #B8B8B8. Windows color (decimal): -2514470 or 14328281. OLE color: 14328281.
HSL color Cylindrical-coordinate representation of color #D9A1DA: hue angle of 298.95º degrees, saturation: 0.44, 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 #D9A1DA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 161 | 218 | - |
CMYK | 0.00 | 0.26 | 0 | 0.15 |
HSL | 298.95º | 0.44% | 0.74% | - |
HSV(B) | 298.95º | 0.26% | 0.85% | - |
XYZ | 54.02 | 45.3 | 72.23 | - |
YUV | 184.24 | 147.05 | 151.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 161 | 218 | 0.00 | 0.26 | 0 | 0.15 | 298.95 | 0.44 | 0.74 |
Hex | D9 | A1 | DA | 0 | 1A | 0 | F | 12B | 2C | 4A |
Octal | 331 | 241 | 332 | 0 | 32 | 0 | 17 | 453 | 54 | 112 |
Binary | 11011001 | 10100001 | 11011010 | 0 | 11010 | 0 | 1111 | 100101011 | 101100 | 1001010 |
Color Harmonies of #D9A1DA
Complementary color
Monochromatic Colors of #D9A1DA
Black with #D9A1DA
Text Example
Text Example
White with #D9A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1DA; }
p { color: rgb(217,161,218); }
H1.HeaderClassName
{
color: #D9A1DA;
}
.AnyTagClassName
{
color: #D9A1DA;
}
</style>
background-color css
<style>
a { background-color: #D9A1DA; }
a { background-color: rgb(217,161,218); }
div.DivClassName
{
background-color: #D9A1DA;
}
.BgClassName
{
background-color: #D9A1DA;
}
</style>
border-color css
<style>
span { border-color: #D9A1DA; }
span { border-color: rgb(217,161,218); }
td.TdClassName
{
border-color: #D9A1DA;
}
.TagClassName
{
border-color: #D9A1DA;
}
</style>