Shades of Plum #D9A2D2
Tints of Plum #D9A2D2
RGB
CMYK
RGB Variations
Color information
#D9A2D2 (or 0xD9A2D2) is known color: Plum. HEX triplet: D9, A2 and D2. RGB value is (217,162,210). Sum of RGB (Red+Green+Blue) = 217+162+210=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2D2 is #265D2D. Grayscale: #B7B7B7. Windows color (decimal): -2514222 or 13804249. OLE color: 13804249.
HSL color Cylindrical-coordinate representation of color #D9A2D2: hue angle of 307.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A2D2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 162 | 210 | - |
CMYK | 0 | 0.25 | 0.03 | 0.15 |
HSL | 307.64º | 0.42% | 0.74% | - |
HSV(B) | 307.64º | 0.25% | 0.85% | - |
XYZ | 53.17 | 45.25 | 66.9 | - |
YUV | 183.92 | 142.72 | 151.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 162 | 210 | 0 | 0.25 | 0.03 | 0.15 | 307.64 | 0.42 | 0.74 |
Hex | D9 | A2 | D2 | 0 | 19 | 3 | F | 134 | 2A | 4A |
Octal | 331 | 242 | 322 | 0 | 31 | 3 | 17 | 464 | 52 | 112 |
Binary | 11011001 | 10100010 | 11010010 | 0 | 11001 | 11 | 1111 | 100110100 | 101010 | 1001010 |
Color Harmonies of #D9A2D2
Complementary color
Monochromatic Colors of #D9A2D2
Black with #D9A2D2
Text Example
Text Example
White with #D9A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2D2; }
p { color: rgb(217,162,210); }
H1.HeaderClassName
{
color: #D9A2D2;
}
.AnyTagClassName
{
color: #D9A2D2;
}
</style>
background-color css
<style>
a { background-color: #D9A2D2; }
a { background-color: rgb(217,162,210); }
div.DivClassName
{
background-color: #D9A2D2;
}
.BgClassName
{
background-color: #D9A2D2;
}
</style>
border-color css
<style>
span { border-color: #D9A2D2; }
span { border-color: rgb(217,162,210); }
td.TdClassName
{
border-color: #D9A2D2;
}
.TagClassName
{
border-color: #D9A2D2;
}
</style>