Shades of Plum #D59ADD
Tints of Plum #D59ADD
RGB
CMYK
RGB Variations
Color information
#D59ADD (or 0xD59ADD) is known color: Plum. HEX triplet: D5, 9A and DD. RGB value is (213,154,221). Sum of RGB (Red+Green+Blue) = 213+154+221=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADD is #2A6522. Grayscale: #B3B3B3. Windows color (decimal): -2778403 or 14523093. OLE color: 14523093.
HSL color Cylindrical-coordinate representation of color #D59ADD: hue angle of 292.84º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59ADD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 154 | 221 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 292.84º | 0.5% | 0.74% | - |
| HSV(B) | 292.84º | 0.3% | 0.87% | - |
| XYZ | 52.05 | 42.48 | 73.86 | - |
| YUV | 179.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 221 | 0.04 | 0.30 | 0 | 0.13 | 292.84 | 0.5 | 0.74 |
| Hex | D5 | 9A | DD | 4 | 1E | 0 | D | 125 | 32 | 4A |
| Octal | 325 | 232 | 335 | 4 | 36 | 0 | 15 | 445 | 62 | 112 |
| Binary | 11010101 | 10011010 | 11011101 | 100 | 11110 | 0 | 1101 | 100100101 | 110010 | 1001010 |
Color Harmonies of #D59ADD
Complementary color
Monochromatic Colors of #D59ADD
Black with #D59ADD
Text Example
Text Example
White with #D59ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59ADD; }
p { color: rgb(213,154,221); }
H1.HeaderClassName
{
color: #D59ADD;
}
.AnyTagClassName
{
color: #D59ADD;
}
</style>
background-color css
<style>
a { background-color: #D59ADD; }
a { background-color: rgb(213,154,221); }
div.DivClassName
{
background-color: #D59ADD;
}
.BgClassName
{
background-color: #D59ADD;
}
</style>
border-color css
<style>
span { border-color: #D59ADD; }
span { border-color: rgb(213,154,221); }
td.TdClassName
{
border-color: #D59ADD;
}
.TagClassName
{
border-color: #D59ADD;
}
</style>