Shades of Plum #D191D5
Tints of Plum #D191D5
RGB
CMYK
RGB Variations
Color information
#D191D5 (or 0xD191D5) is known color: Plum. HEX triplet: D1, 91 and D5. RGB value is (209,145,213). Sum of RGB (Red+Green+Blue) = 209+145+213=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #D191D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191D5 is #2E6E2A. Grayscale: #ABABAB. Windows color (decimal): -3042859 or 13996497. OLE color: 13996497.
HSL color Cylindrical-coordinate representation of color #D191D5: hue angle of 296.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D191D5 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 145 | 213 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.16 |
| HSL | 296.47º | 0.45% | 0.7% | - |
| HSV(B) | 296.47º | 0.32% | 0.84% | - |
| XYZ | 48.43 | 38.61 | 67.85 | - |
| YUV | 171.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 213 | 0.02 | 0.32 | 0 | 0.16 | 296.47 | 0.45 | 0.7 |
| Hex | D1 | 91 | D5 | 2 | 20 | 0 | 10 | 128 | 2D | 46 |
| Octal | 321 | 221 | 325 | 2 | 40 | 0 | 20 | 450 | 55 | 106 |
| Binary | 11010001 | 10010001 | 11010101 | 10 | 100000 | 0 | 10000 | 100101000 | 101101 | 1000110 |
Color Harmonies of #D191D5
Complementary color
Monochromatic Colors of #D191D5
Black with #D191D5
Text Example
Text Example
White with #D191D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191D5; }
p { color: rgb(209,145,213); }
H1.HeaderClassName
{
color: #D191D5;
}
.AnyTagClassName
{
color: #D191D5;
}
</style>
background-color css
<style>
a { background-color: #D191D5; }
a { background-color: rgb(209,145,213); }
div.DivClassName
{
background-color: #D191D5;
}
.BgClassName
{
background-color: #D191D5;
}
</style>
border-color css
<style>
span { border-color: #D191D5; }
span { border-color: rgb(209,145,213); }
td.TdClassName
{
border-color: #D191D5;
}
.TagClassName
{
border-color: #D191D5;
}
</style>