Shades of Plum #D59CDF
Tints of Plum #D59CDF
RGB
CMYK
RGB Variations
Color information
#D59CDF (or 0xD59CDF) is known color: Plum. HEX triplet: D5, 9C and DF. RGB value is (213,156,223). Sum of RGB (Red+Green+Blue) = 213+156+223=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDF is #2A6320. Grayscale: #B4B4B4. Windows color (decimal): -2777889 or 14654677. OLE color: 14654677.
HSL color Cylindrical-coordinate representation of color #D59CDF: hue angle of 291.04º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59CDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 156 | 223 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 291.04º | 0.51% | 0.74% | - |
| HSV(B) | 291.04º | 0.3% | 0.87% | - |
| XYZ | 52.65 | 43.25 | 75.39 | - |
| YUV | 180.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 223 | 0.04 | 0.30 | 0 | 0.13 | 291.04 | 0.51 | 0.74 |
| Hex | D5 | 9C | DF | 4 | 1E | 0 | D | 123 | 33 | 4A |
| Octal | 325 | 234 | 337 | 4 | 36 | 0 | 15 | 443 | 63 | 112 |
| Binary | 11010101 | 10011100 | 11011111 | 100 | 11110 | 0 | 1101 | 100100011 | 110011 | 1001010 |
Color Harmonies of #D59CDF
Complementary color
Monochromatic Colors of #D59CDF
Black with #D59CDF
Text Example
Text Example
White with #D59CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CDF; }
p { color: rgb(213,156,223); }
H1.HeaderClassName
{
color: #D59CDF;
}
.AnyTagClassName
{
color: #D59CDF;
}
</style>
background-color css
<style>
a { background-color: #D59CDF; }
a { background-color: rgb(213,156,223); }
div.DivClassName
{
background-color: #D59CDF;
}
.BgClassName
{
background-color: #D59CDF;
}
</style>
border-color css
<style>
span { border-color: #D59CDF; }
span { border-color: rgb(213,156,223); }
td.TdClassName
{
border-color: #D59CDF;
}
.TagClassName
{
border-color: #D59CDF;
}
</style>