Shades of Plum #D599D4
Tints of Plum #D599D4
RGB
CMYK
RGB Variations
Color information
#D599D4 (or 0xD599D4) is known color: Plum. HEX triplet: D5, 99 and D4. RGB value is (213,153,212). Sum of RGB (Red+Green+Blue) = 213+153+212=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D599D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599D4 is #2A662B. Grayscale: #B1B1B1. Windows color (decimal): -2778668 or 13933013. OLE color: 13933013.
HSL color Cylindrical-coordinate representation of color #D599D4: hue angle of 301º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599D4 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 212 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.16 |
| HSL | 301º | 0.42% | 0.72% | - |
| HSV(B) | 301º | 0.28% | 0.84% | - |
| XYZ | 50.72 | 41.68 | 67.66 | - |
| YUV | 177.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 212 | 0 | 0.28 | 0.00 | 0.16 | 301 | 0.42 | 0.72 |
| Hex | D5 | 99 | D4 | 0 | 1C | 0 | 10 | 12D | 2A | 48 |
| Octal | 325 | 231 | 324 | 0 | 34 | 0 | 20 | 455 | 52 | 110 |
| Binary | 11010101 | 10011001 | 11010100 | 0 | 11100 | 0 | 10000 | 100101101 | 101010 | 1001000 |
Color Harmonies of #D599D4
Complementary color
Monochromatic Colors of #D599D4
Black with #D599D4
Text Example
Text Example
White with #D599D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599D4; }
p { color: rgb(213,153,212); }
H1.HeaderClassName
{
color: #D599D4;
}
.AnyTagClassName
{
color: #D599D4;
}
</style>
background-color css
<style>
a { background-color: #D599D4; }
a { background-color: rgb(213,153,212); }
div.DivClassName
{
background-color: #D599D4;
}
.BgClassName
{
background-color: #D599D4;
}
</style>
border-color css
<style>
span { border-color: #D599D4; }
span { border-color: rgb(213,153,212); }
td.TdClassName
{
border-color: #D599D4;
}
.TagClassName
{
border-color: #D599D4;
}
</style>