Shades of Plum #D191DA
Tints of Plum #D191DA
RGB
CMYK
RGB Variations
Color information
#D191DA (or 0xD191DA) is known color: Plum. HEX triplet: D1, 91 and DA. RGB value is (209,145,218). Sum of RGB (Red+Green+Blue) = 209+145+218=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D191DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191DA is #2E6E25. Grayscale: #ACACAC. Windows color (decimal): -3042854 or 14324177. OLE color: 14324177.
HSL color Cylindrical-coordinate representation of color #D191DA: hue angle of 292.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D191DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 145 | 218 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.15 |
| HSL | 292.6º | 0.5% | 0.71% | - |
| HSV(B) | 292.6º | 0.33% | 0.85% | - |
| XYZ | 49.07 | 38.87 | 71.25 | - |
| YUV | 172.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 218 | 0.04 | 0.33 | 0 | 0.15 | 292.6 | 0.5 | 0.71 |
| Hex | D1 | 91 | DA | 4 | 21 | 0 | F | 125 | 32 | 47 |
| Octal | 321 | 221 | 332 | 4 | 41 | 0 | 17 | 445 | 62 | 107 |
| Binary | 11010001 | 10010001 | 11011010 | 100 | 100001 | 0 | 1111 | 100100101 | 110010 | 1000111 |
Color Harmonies of #D191DA
Complementary color
Monochromatic Colors of #D191DA
Black with #D191DA
Text Example
Text Example
White with #D191DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191DA; }
p { color: rgb(209,145,218); }
H1.HeaderClassName
{
color: #D191DA;
}
.AnyTagClassName
{
color: #D191DA;
}
</style>
background-color css
<style>
a { background-color: #D191DA; }
a { background-color: rgb(209,145,218); }
div.DivClassName
{
background-color: #D191DA;
}
.BgClassName
{
background-color: #D191DA;
}
</style>
border-color css
<style>
span { border-color: #D191DA; }
span { border-color: rgb(209,145,218); }
td.TdClassName
{
border-color: #D191DA;
}
.TagClassName
{
border-color: #D191DA;
}
</style>