Shades of Plum #D59AD2
Tints of Plum #D59AD2
RGB
CMYK
RGB Variations
Color information
#D59AD2 (or 0xD59AD2) is known color: Plum. HEX triplet: D5, 9A and D2. RGB value is (213,154,210). Sum of RGB (Red+Green+Blue) = 213+154+210=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AD2 is #2A652D. Grayscale: #B1B1B1. Windows color (decimal): -2778414 or 13802197. OLE color: 13802197.
HSL color Cylindrical-coordinate representation of color #D59AD2: hue angle of 303.05º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AD2 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 210 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.16 |
| HSL | 303.05º | 0.41% | 0.72% | - |
| HSV(B) | 303.05º | 0.28% | 0.84% | - |
| XYZ | 50.63 | 41.91 | 66.39 | - |
| YUV | 178.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 210 | 0 | 0.28 | 0.01 | 0.16 | 303.05 | 0.41 | 0.72 |
| Hex | D5 | 9A | D2 | 0 | 1C | 1 | 10 | 12F | 29 | 48 |
| Octal | 325 | 232 | 322 | 0 | 34 | 1 | 20 | 457 | 51 | 110 |
| Binary | 11010101 | 10011010 | 11010010 | 0 | 11100 | 1 | 10000 | 100101111 | 101001 | 1001000 |
Color Harmonies of #D59AD2
Complementary color
Monochromatic Colors of #D59AD2
Black with #D59AD2
Text Example
Text Example
White with #D59AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AD2; }
p { color: rgb(213,154,210); }
H1.HeaderClassName
{
color: #D59AD2;
}
.AnyTagClassName
{
color: #D59AD2;
}
</style>
background-color css
<style>
a { background-color: #D59AD2; }
a { background-color: rgb(213,154,210); }
div.DivClassName
{
background-color: #D59AD2;
}
.BgClassName
{
background-color: #D59AD2;
}
</style>
border-color css
<style>
span { border-color: #D59AD2; }
span { border-color: rgb(213,154,210); }
td.TdClassName
{
border-color: #D59AD2;
}
.TagClassName
{
border-color: #D59AD2;
}
</style>