Shades of Plum #D9A0CD
Tints of Plum #D9A0CD
RGB
CMYK
RGB Variations
Color information
#D9A0CD (or 0xD9A0CD) is known color: Plum. HEX triplet: D9, A0 and CD. RGB value is (217,160,205). Sum of RGB (Red+Green+Blue) = 217+160+205=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CD is #265F32. Grayscale: #B6B6B6. Windows color (decimal): -2514739 or 13476057. OLE color: 13476057.
HSL color Cylindrical-coordinate representation of color #D9A0CD: hue angle of 312.63º degrees, saturation: 0.43, 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 #D9A0CD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 160 | 205 | - |
CMYK | 0 | 0.26 | 0.06 | 0.15 |
HSL | 312.63º | 0.43% | 0.74% | - |
HSV(B) | 312.63º | 0.26% | 0.85% | - |
XYZ | 52.21 | 44.3 | 63.56 | - |
YUV | 182.17 | 140.88 | 152.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 160 | 205 | 0 | 0.26 | 0.06 | 0.15 | 312.63 | 0.43 | 0.74 |
Hex | D9 | A0 | CD | 0 | 1A | 6 | F | 139 | 2B | 4A |
Octal | 331 | 240 | 315 | 0 | 32 | 6 | 17 | 471 | 53 | 112 |
Binary | 11011001 | 10100000 | 11001101 | 0 | 11010 | 110 | 1111 | 100111001 | 101011 | 1001010 |
Color Harmonies of #D9A0CD
Complementary color
Monochromatic Colors of #D9A0CD
Black with #D9A0CD
Text Example
Text Example
White with #D9A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0CD; }
p { color: rgb(217,160,205); }
H1.HeaderClassName
{
color: #D9A0CD;
}
.AnyTagClassName
{
color: #D9A0CD;
}
</style>
background-color css
<style>
a { background-color: #D9A0CD; }
a { background-color: rgb(217,160,205); }
div.DivClassName
{
background-color: #D9A0CD;
}
.BgClassName
{
background-color: #D9A0CD;
}
</style>
border-color css
<style>
span { border-color: #D9A0CD; }
span { border-color: rgb(217,160,205); }
td.TdClassName
{
border-color: #D9A0CD;
}
.TagClassName
{
border-color: #D9A0CD;
}
</style>