Shades of Plum #D59DD0
Tints of Plum #D59DD0
RGB
CMYK
RGB Variations
Color information
#D59DD0 (or 0xD59DD0) is known color: Plum. HEX triplet: D5, 9D and D0. RGB value is (213,157,208). Sum of RGB (Red+Green+Blue) = 213+157+208=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD0 is #2A622F. Grayscale: #B3B3B3. Windows color (decimal): -2777648 or 13671893. OLE color: 13671893.
HSL color Cylindrical-coordinate representation of color #D59DD0: hue angle of 305.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DD0 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 208 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.16 |
| HSL | 305.36º | 0.4% | 0.73% | - |
| HSV(B) | 305.36º | 0.26% | 0.84% | - |
| XYZ | 50.88 | 42.81 | 65.26 | - |
| YUV | 179.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 208 | 0 | 0.26 | 0.02 | 0.16 | 305.36 | 0.4 | 0.73 |
| Hex | D5 | 9D | D0 | 0 | 1A | 2 | 10 | 131 | 28 | 49 |
| Octal | 325 | 235 | 320 | 0 | 32 | 2 | 20 | 461 | 50 | 111 |
| Binary | 11010101 | 10011101 | 11010000 | 0 | 11010 | 10 | 10000 | 100110001 | 101000 | 1001001 |
Color Harmonies of #D59DD0
Complementary color
Monochromatic Colors of #D59DD0
Black with #D59DD0
Text Example
Text Example
White with #D59DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DD0; }
p { color: rgb(213,157,208); }
H1.HeaderClassName
{
color: #D59DD0;
}
.AnyTagClassName
{
color: #D59DD0;
}
</style>
background-color css
<style>
a { background-color: #D59DD0; }
a { background-color: rgb(213,157,208); }
div.DivClassName
{
background-color: #D59DD0;
}
.BgClassName
{
background-color: #D59DD0;
}
</style>
border-color css
<style>
span { border-color: #D59DD0; }
span { border-color: rgb(213,157,208); }
td.TdClassName
{
border-color: #D59DD0;
}
.TagClassName
{
border-color: #D59DD0;
}
</style>