Shades of Plum #D59DDA
Tints of Plum #D59DDA
RGB
CMYK
RGB Variations
Color information
#D59DDA (or 0xD59DDA) is known color: Plum. HEX triplet: D5, 9D and DA. RGB value is (213,157,218). Sum of RGB (Red+Green+Blue) = 213+157+218=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DDA is #2A6225. Grayscale: #B4B4B4. Windows color (decimal): -2777638 or 14327253. OLE color: 14327253.
HSL color Cylindrical-coordinate representation of color #D59DDA: hue angle of 295.08º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59DDA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 157 | 218 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.15 |
| HSL | 295.08º | 0.45% | 0.74% | - |
| HSV(B) | 295.08º | 0.28% | 0.85% | - |
| XYZ | 52.15 | 43.32 | 71.94 | - |
| YUV | 180.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 218 | 0.02 | 0.28 | 0 | 0.15 | 295.08 | 0.45 | 0.74 |
| Hex | D5 | 9D | DA | 2 | 1C | 0 | F | 127 | 2D | 4A |
| Octal | 325 | 235 | 332 | 2 | 34 | 0 | 17 | 447 | 55 | 112 |
| Binary | 11010101 | 10011101 | 11011010 | 10 | 11100 | 0 | 1111 | 100100111 | 101101 | 1001010 |
Color Harmonies of #D59DDA
Complementary color
Monochromatic Colors of #D59DDA
Black with #D59DDA
Text Example
Text Example
White with #D59DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DDA; }
p { color: rgb(213,157,218); }
H1.HeaderClassName
{
color: #D59DDA;
}
.AnyTagClassName
{
color: #D59DDA;
}
</style>
background-color css
<style>
a { background-color: #D59DDA; }
a { background-color: rgb(213,157,218); }
div.DivClassName
{
background-color: #D59DDA;
}
.BgClassName
{
background-color: #D59DDA;
}
</style>
border-color css
<style>
span { border-color: #D59DDA; }
span { border-color: rgb(213,157,218); }
td.TdClassName
{
border-color: #D59DDA;
}
.TagClassName
{
border-color: #D59DDA;
}
</style>