Shades of Plum #D59CD3
Tints of Plum #D59CD3
RGB
CMYK
RGB Variations
Color information
#D59CD3 (or 0xD59CD3) is known color: Plum. HEX triplet: D5, 9C and D3. RGB value is (213,156,211). Sum of RGB (Red+Green+Blue) = 213+156+211=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CD3 is #2A632C. Grayscale: #B3B3B3. Windows color (decimal): -2777901 or 13868245. OLE color: 13868245.
HSL color Cylindrical-coordinate representation of color #D59CD3: hue angle of 302.11º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CD3 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 211 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.16 |
| HSL | 302.11º | 0.4% | 0.72% | - |
| HSV(B) | 302.11º | 0.27% | 0.84% | - |
| XYZ | 51.09 | 42.63 | 67.16 | - |
| YUV | 179.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 211 | 0 | 0.27 | 0.01 | 0.16 | 302.11 | 0.4 | 0.72 |
| Hex | D5 | 9C | D3 | 0 | 1B | 1 | 10 | 12E | 28 | 48 |
| Octal | 325 | 234 | 323 | 0 | 33 | 1 | 20 | 456 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11010011 | 0 | 11011 | 1 | 10000 | 100101110 | 101000 | 1001000 |
Color Harmonies of #D59CD3
Complementary color
Monochromatic Colors of #D59CD3
Black with #D59CD3
Text Example
Text Example
White with #D59CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CD3; }
p { color: rgb(213,156,211); }
H1.HeaderClassName
{
color: #D59CD3;
}
.AnyTagClassName
{
color: #D59CD3;
}
</style>
background-color css
<style>
a { background-color: #D59CD3; }
a { background-color: rgb(213,156,211); }
div.DivClassName
{
background-color: #D59CD3;
}
.BgClassName
{
background-color: #D59CD3;
}
</style>
border-color css
<style>
span { border-color: #D59CD3; }
span { border-color: rgb(213,156,211); }
td.TdClassName
{
border-color: #D59CD3;
}
.TagClassName
{
border-color: #D59CD3;
}
</style>