Shades of Plum #D595D2
Tints of Plum #D595D2
RGB
CMYK
RGB Variations
Color information
#D595D2 (or 0xD595D2) is known color: Plum. HEX triplet: D5, 95 and D2. RGB value is (213,149,210). Sum of RGB (Red+Green+Blue) = 213+149+210=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D595D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595D2 is #2A6A2D. Grayscale: #AEAEAE. Windows color (decimal): -2779694 or 13800917. OLE color: 13800917.
HSL color Cylindrical-coordinate representation of color #D595D2: hue angle of 302.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595D2 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 210 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.16 |
| HSL | 302.81º | 0.43% | 0.71% | - |
| HSV(B) | 302.81º | 0.3% | 0.84% | - |
| XYZ | 49.82 | 40.29 | 66.12 | - |
| YUV | 175.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 210 | 0 | 0.30 | 0.01 | 0.16 | 302.81 | 0.43 | 0.71 |
| Hex | D5 | 95 | D2 | 0 | 1E | 1 | 10 | 12F | 2B | 47 |
| Octal | 325 | 225 | 322 | 0 | 36 | 1 | 20 | 457 | 53 | 107 |
| Binary | 11010101 | 10010101 | 11010010 | 0 | 11110 | 1 | 10000 | 100101111 | 101011 | 1000111 |
Color Harmonies of #D595D2
Complementary color
Monochromatic Colors of #D595D2
Black with #D595D2
Text Example
Text Example
White with #D595D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D595D2; }
p { color: rgb(213,149,210); }
H1.HeaderClassName
{
color: #D595D2;
}
.AnyTagClassName
{
color: #D595D2;
}
</style>
background-color css
<style>
a { background-color: #D595D2; }
a { background-color: rgb(213,149,210); }
div.DivClassName
{
background-color: #D595D2;
}
.BgClassName
{
background-color: #D595D2;
}
</style>
border-color css
<style>
span { border-color: #D595D2; }
span { border-color: rgb(213,149,210); }
td.TdClassName
{
border-color: #D595D2;
}
.TagClassName
{
border-color: #D595D2;
}
</style>