Shades of Plum #D59CD2
Tints of Plum #D59CD2
RGB
CMYK
RGB Variations
Color information
#D59CD2 (or 0xD59CD2) is known color: Plum. HEX triplet: D5, 9C and D2. RGB value is (213,156,210). Sum of RGB (Red+Green+Blue) = 213+156+210=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CD2 is #2A632D. Grayscale: #B3B3B3. Windows color (decimal): -2777902 or 13802709. OLE color: 13802709.
HSL color Cylindrical-coordinate representation of color #D59CD2: hue angle of 303.16º 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 #D59CD2 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 210 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.16 |
| HSL | 303.16º | 0.4% | 0.72% | - |
| HSV(B) | 303.16º | 0.27% | 0.84% | - |
| XYZ | 50.96 | 42.58 | 66.5 | - |
| YUV | 179.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 210 | 0 | 0.27 | 0.01 | 0.16 | 303.16 | 0.4 | 0.72 |
| Hex | D5 | 9C | D2 | 0 | 1B | 1 | 10 | 12F | 28 | 48 |
| Octal | 325 | 234 | 322 | 0 | 33 | 1 | 20 | 457 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11010010 | 0 | 11011 | 1 | 10000 | 100101111 | 101000 | 1001000 |
Color Harmonies of #D59CD2
Complementary color
Monochromatic Colors of #D59CD2
Black with #D59CD2
Text Example
Text Example
White with #D59CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CD2; }
p { color: rgb(213,156,210); }
H1.HeaderClassName
{
color: #D59CD2;
}
.AnyTagClassName
{
color: #D59CD2;
}
</style>
background-color css
<style>
a { background-color: #D59CD2; }
a { background-color: rgb(213,156,210); }
div.DivClassName
{
background-color: #D59CD2;
}
.BgClassName
{
background-color: #D59CD2;
}
</style>
border-color css
<style>
span { border-color: #D59CD2; }
span { border-color: rgb(213,156,210); }
td.TdClassName
{
border-color: #D59CD2;
}
.TagClassName
{
border-color: #D59CD2;
}
</style>