Shades of Plum #D599DE
Tints of Plum #D599DE
RGB
CMYK
RGB Variations
Color information
#D599DE (or 0xD599DE) is known color: Plum. HEX triplet: D5, 99 and DE. RGB value is (213,153,222). Sum of RGB (Red+Green+Blue) = 213+153+222=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #D599DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DE is #2A6621. Grayscale: #B2B2B2. Windows color (decimal): -2778658 or 14588373. OLE color: 14588373.
HSL color Cylindrical-coordinate representation of color #D599DE: hue angle of 292.17º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D599DE is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 153 | 222 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 292.17º | 0.51% | 0.74% | - |
| HSV(B) | 292.17º | 0.31% | 0.87% | - |
| XYZ | 52.02 | 42.2 | 74.51 | - |
| YUV | 178.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 222 | 0.04 | 0.31 | 0 | 0.13 | 292.17 | 0.51 | 0.74 |
| Hex | D5 | 99 | DE | 4 | 1F | 0 | D | 124 | 33 | 4A |
| Octal | 325 | 231 | 336 | 4 | 37 | 0 | 15 | 444 | 63 | 112 |
| Binary | 11010101 | 10011001 | 11011110 | 100 | 11111 | 0 | 1101 | 100100100 | 110011 | 1001010 |
Color Harmonies of #D599DE
Complementary color
Monochromatic Colors of #D599DE
Black with #D599DE
Text Example
Text Example
White with #D599DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599DE; }
p { color: rgb(213,153,222); }
H1.HeaderClassName
{
color: #D599DE;
}
.AnyTagClassName
{
color: #D599DE;
}
</style>
background-color css
<style>
a { background-color: #D599DE; }
a { background-color: rgb(213,153,222); }
div.DivClassName
{
background-color: #D599DE;
}
.BgClassName
{
background-color: #D599DE;
}
</style>
border-color css
<style>
span { border-color: #D599DE; }
span { border-color: rgb(213,153,222); }
td.TdClassName
{
border-color: #D599DE;
}
.TagClassName
{
border-color: #D599DE;
}
</style>