Shades of Plum #D59BDC
Tints of Plum #D59BDC
RGB
CMYK
RGB Variations
Color information
#D59BDC (or 0xD59BDC) is known color: Plum. HEX triplet: D5, 9B and DC. RGB value is (213,155,220). Sum of RGB (Red+Green+Blue) = 213+155+220=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDC is #2A6423. Grayscale: #B3B3B3. Windows color (decimal): -2778148 or 14457813. OLE color: 14457813.
HSL color Cylindrical-coordinate representation of color #D59BDC: hue angle of 293.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59BDC is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 155 | 220 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.14 |
| HSL | 293.54º | 0.48% | 0.74% | - |
| HSV(B) | 293.54º | 0.3% | 0.86% | - |
| XYZ | 52.08 | 42.76 | 73.22 | - |
| YUV | 179.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 220 | 0.03 | 0.30 | 0 | 0.14 | 293.54 | 0.48 | 0.74 |
| Hex | D5 | 9B | DC | 3 | 1E | 0 | E | 126 | 30 | 4A |
| Octal | 325 | 233 | 334 | 3 | 36 | 0 | 16 | 446 | 60 | 112 |
| Binary | 11010101 | 10011011 | 11011100 | 11 | 11110 | 0 | 1110 | 100100110 | 110000 | 1001010 |
Color Harmonies of #D59BDC
Complementary color
Monochromatic Colors of #D59BDC
Black with #D59BDC
Text Example
Text Example
White with #D59BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BDC; }
p { color: rgb(213,155,220); }
H1.HeaderClassName
{
color: #D59BDC;
}
.AnyTagClassName
{
color: #D59BDC;
}
</style>
background-color css
<style>
a { background-color: #D59BDC; }
a { background-color: rgb(213,155,220); }
div.DivClassName
{
background-color: #D59BDC;
}
.BgClassName
{
background-color: #D59BDC;
}
</style>
border-color css
<style>
span { border-color: #D59BDC; }
span { border-color: rgb(213,155,220); }
td.TdClassName
{
border-color: #D59BDC;
}
.TagClassName
{
border-color: #D59BDC;
}
</style>