Shades of Plum #D59CDC
Tints of Plum #D59CDC
RGB
CMYK
RGB Variations
Color information
#D59CDC (or 0xD59CDC) is known color: Plum. HEX triplet: D5, 9C and DC. RGB value is (213,156,220). Sum of RGB (Red+Green+Blue) = 213+156+220=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDC is #2A6323. Grayscale: #B4B4B4. Windows color (decimal): -2777892 or 14458069. OLE color: 14458069.
HSL color Cylindrical-coordinate representation of color #D59CDC: hue angle of 293.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59CDC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 156 | 220 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.14 |
| HSL | 293.44º | 0.48% | 0.74% | - |
| HSV(B) | 293.44º | 0.29% | 0.86% | - |
| XYZ | 52.25 | 43.09 | 73.27 | - |
| YUV | 180.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 220 | 0.03 | 0.29 | 0 | 0.14 | 293.44 | 0.48 | 0.74 |
| Hex | D5 | 9C | DC | 3 | 1D | 0 | E | 125 | 30 | 4A |
| Octal | 325 | 234 | 334 | 3 | 35 | 0 | 16 | 445 | 60 | 112 |
| Binary | 11010101 | 10011100 | 11011100 | 11 | 11101 | 0 | 1110 | 100100101 | 110000 | 1001010 |
Color Harmonies of #D59CDC
Complementary color
Monochromatic Colors of #D59CDC
Black with #D59CDC
Text Example
Text Example
White with #D59CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CDC; }
p { color: rgb(213,156,220); }
H1.HeaderClassName
{
color: #D59CDC;
}
.AnyTagClassName
{
color: #D59CDC;
}
</style>
background-color css
<style>
a { background-color: #D59CDC; }
a { background-color: rgb(213,156,220); }
div.DivClassName
{
background-color: #D59CDC;
}
.BgClassName
{
background-color: #D59CDC;
}
</style>
border-color css
<style>
span { border-color: #D59CDC; }
span { border-color: rgb(213,156,220); }
td.TdClassName
{
border-color: #D59CDC;
}
.TagClassName
{
border-color: #D59CDC;
}
</style>