Shades of Plum #D59FDC
Tints of Plum #D59FDC
RGB
CMYK
RGB Variations
Color information
#D59FDC (or 0xD59FDC) is known color: Plum. HEX triplet: D5, 9F and DC. RGB value is (213,159,220). Sum of RGB (Red+Green+Blue) = 213+159+220=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDC is #2A6023. Grayscale: #B5B5B5. Windows color (decimal): -2777124 or 14458837. OLE color: 14458837.
HSL color Cylindrical-coordinate representation of color #D59FDC: hue angle of 293.11º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59FDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 159 | 220 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.14 |
| HSL | 293.11º | 0.47% | 0.74% | - |
| HSV(B) | 293.11º | 0.28% | 0.86% | - |
| XYZ | 52.76 | 44.11 | 73.44 | - |
| YUV | 182.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 220 | 0.03 | 0.28 | 0 | 0.14 | 293.11 | 0.47 | 0.74 |
| Hex | D5 | 9F | DC | 3 | 1C | 0 | E | 125 | 2F | 4A |
| Octal | 325 | 237 | 334 | 3 | 34 | 0 | 16 | 445 | 57 | 112 |
| Binary | 11010101 | 10011111 | 11011100 | 11 | 11100 | 0 | 1110 | 100100101 | 101111 | 1001010 |
Color Harmonies of #D59FDC
Complementary color
Monochromatic Colors of #D59FDC
Black with #D59FDC
Text Example
Text Example
White with #D59FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FDC; }
p { color: rgb(213,159,220); }
H1.HeaderClassName
{
color: #D59FDC;
}
.AnyTagClassName
{
color: #D59FDC;
}
</style>
background-color css
<style>
a { background-color: #D59FDC; }
a { background-color: rgb(213,159,220); }
div.DivClassName
{
background-color: #D59FDC;
}
.BgClassName
{
background-color: #D59FDC;
}
</style>
border-color css
<style>
span { border-color: #D59FDC; }
span { border-color: rgb(213,159,220); }
td.TdClassName
{
border-color: #D59FDC;
}
.TagClassName
{
border-color: #D59FDC;
}
</style>