Shades of Plum #D59CDD
Tints of Plum #D59CDD
RGB
CMYK
RGB Variations
Color information
#D59CDD (or 0xD59CDD) is known color: Plum. HEX triplet: D5, 9C and DD. RGB value is (213,156,221). Sum of RGB (Red+Green+Blue) = 213+156+221=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDD is #2A6322. Grayscale: #B4B4B4. Windows color (decimal): -2777891 or 14523605. OLE color: 14523605.
HSL color Cylindrical-coordinate representation of color #D59CDD: hue angle of 292.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59CDD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 156 | 221 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 292.62º | 0.49% | 0.74% | - |
| HSV(B) | 292.62º | 0.29% | 0.87% | - |
| XYZ | 52.38 | 43.14 | 73.97 | - |
| YUV | 180.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 221 | 0.04 | 0.29 | 0 | 0.13 | 292.62 | 0.49 | 0.74 |
| Hex | D5 | 9C | DD | 4 | 1D | 0 | D | 125 | 31 | 4A |
| Octal | 325 | 234 | 335 | 4 | 35 | 0 | 15 | 445 | 61 | 112 |
| Binary | 11010101 | 10011100 | 11011101 | 100 | 11101 | 0 | 1101 | 100100101 | 110001 | 1001010 |
Color Harmonies of #D59CDD
Complementary color
Monochromatic Colors of #D59CDD
Black with #D59CDD
Text Example
Text Example
White with #D59CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CDD; }
p { color: rgb(213,156,221); }
H1.HeaderClassName
{
color: #D59CDD;
}
.AnyTagClassName
{
color: #D59CDD;
}
</style>
background-color css
<style>
a { background-color: #D59CDD; }
a { background-color: rgb(213,156,221); }
div.DivClassName
{
background-color: #D59CDD;
}
.BgClassName
{
background-color: #D59CDD;
}
</style>
border-color css
<style>
span { border-color: #D59CDD; }
span { border-color: rgb(213,156,221); }
td.TdClassName
{
border-color: #D59CDD;
}
.TagClassName
{
border-color: #D59CDD;
}
</style>