Shades of Plum #D59AD0
Tints of Plum #D59AD0
RGB
CMYK
RGB Variations
Color information
#D59AD0 (or 0xD59AD0) is known color: Plum. HEX triplet: D5, 9A and D0. RGB value is (213,154,208). Sum of RGB (Red+Green+Blue) = 213+154+208=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AD0 is #2A652F. Grayscale: #B1B1B1. Windows color (decimal): -2778416 or 13671125. OLE color: 13671125.
HSL color Cylindrical-coordinate representation of color #D59AD0: hue angle of 305.08º 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 #D59AD0 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 208 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.16 |
| HSL | 305.08º | 0.41% | 0.72% | - |
| HSV(B) | 305.08º | 0.28% | 0.84% | - |
| XYZ | 50.38 | 41.81 | 65.09 | - |
| YUV | 177.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 208 | 0 | 0.28 | 0.02 | 0.16 | 305.08 | 0.41 | 0.72 |
| Hex | D5 | 9A | D0 | 0 | 1C | 2 | 10 | 131 | 29 | 48 |
| Octal | 325 | 232 | 320 | 0 | 34 | 2 | 20 | 461 | 51 | 110 |
| Binary | 11010101 | 10011010 | 11010000 | 0 | 11100 | 10 | 10000 | 100110001 | 101001 | 1001000 |
Color Harmonies of #D59AD0
Complementary color
Monochromatic Colors of #D59AD0
Black with #D59AD0
Text Example
Text Example
White with #D59AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AD0; }
p { color: rgb(213,154,208); }
H1.HeaderClassName
{
color: #D59AD0;
}
.AnyTagClassName
{
color: #D59AD0;
}
</style>
background-color css
<style>
a { background-color: #D59AD0; }
a { background-color: rgb(213,154,208); }
div.DivClassName
{
background-color: #D59AD0;
}
.BgClassName
{
background-color: #D59AD0;
}
</style>
border-color css
<style>
span { border-color: #D59AD0; }
span { border-color: rgb(213,154,208); }
td.TdClassName
{
border-color: #D59AD0;
}
.TagClassName
{
border-color: #D59AD0;
}
</style>