Shades of Plum #D599D6
Tints of Plum #D599D6
RGB
CMYK
RGB Variations
Color information
#D599D6 (or 0xD599D6) is known color: Plum. HEX triplet: D5, 99 and D6. RGB value is (213,153,214). Sum of RGB (Red+Green+Blue) = 213+153+214=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #D599D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599D6 is #2A6629. Grayscale: #B1B1B1. Windows color (decimal): -2778666 or 14064085. OLE color: 14064085.
HSL color Cylindrical-coordinate representation of color #D599D6: hue angle of 299.02º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D599D6 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 214 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.16 |
| HSL | 299.02º | 0.43% | 0.72% | - |
| HSV(B) | 299.02º | 0.29% | 0.84% | - |
| XYZ | 50.97 | 41.78 | 69 | - |
| YUV | 177.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 214 | 0.00 | 0.29 | 0 | 0.16 | 299.02 | 0.43 | 0.72 |
| Hex | D5 | 99 | D6 | 0 | 1D | 0 | 10 | 12B | 2B | 48 |
| Octal | 325 | 231 | 326 | 0 | 35 | 0 | 20 | 453 | 53 | 110 |
| Binary | 11010101 | 10011001 | 11010110 | 0 | 11101 | 0 | 10000 | 100101011 | 101011 | 1001000 |
Color Harmonies of #D599D6
Complementary color
Monochromatic Colors of #D599D6
Black with #D599D6
Text Example
Text Example
White with #D599D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599D6; }
p { color: rgb(213,153,214); }
H1.HeaderClassName
{
color: #D599D6;
}
.AnyTagClassName
{
color: #D599D6;
}
</style>
background-color css
<style>
a { background-color: #D599D6; }
a { background-color: rgb(213,153,214); }
div.DivClassName
{
background-color: #D599D6;
}
.BgClassName
{
background-color: #D599D6;
}
</style>
border-color css
<style>
span { border-color: #D599D6; }
span { border-color: rgb(213,153,214); }
td.TdClassName
{
border-color: #D599D6;
}
.TagClassName
{
border-color: #D599D6;
}
</style>