Shades of Plum #D191D3
Tints of Plum #D191D3
RGB
CMYK
RGB Variations
Color information
#D191D3 (or 0xD191D3) is known color: Plum. HEX triplet: D1, 91 and D3. RGB value is (209,145,211). Sum of RGB (Red+Green+Blue) = 209+145+211=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #D191D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191D3 is #2E6E2C. Grayscale: #ABABAB. Windows color (decimal): -3042861 or 13865425. OLE color: 13865425.
HSL color Cylindrical-coordinate representation of color #D191D3: hue angle of 298.18º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191D3 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 145 | 211 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.17 |
| HSL | 298.18º | 0.43% | 0.7% | - |
| HSV(B) | 298.18º | 0.31% | 0.83% | - |
| XYZ | 48.18 | 38.51 | 66.52 | - |
| YUV | 171.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 211 | 0.01 | 0.31 | 0 | 0.17 | 298.18 | 0.43 | 0.7 |
| Hex | D1 | 91 | D3 | 1 | 1F | 0 | 11 | 12A | 2B | 46 |
| Octal | 321 | 221 | 323 | 1 | 37 | 0 | 21 | 452 | 53 | 106 |
| Binary | 11010001 | 10010001 | 11010011 | 1 | 11111 | 0 | 10001 | 100101010 | 101011 | 1000110 |
Color Harmonies of #D191D3
Complementary color
Monochromatic Colors of #D191D3
Black with #D191D3
Text Example
Text Example
White with #D191D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191D3; }
p { color: rgb(209,145,211); }
H1.HeaderClassName
{
color: #D191D3;
}
.AnyTagClassName
{
color: #D191D3;
}
</style>
background-color css
<style>
a { background-color: #D191D3; }
a { background-color: rgb(209,145,211); }
div.DivClassName
{
background-color: #D191D3;
}
.BgClassName
{
background-color: #D191D3;
}
</style>
border-color css
<style>
span { border-color: #D191D3; }
span { border-color: rgb(209,145,211); }
td.TdClassName
{
border-color: #D191D3;
}
.TagClassName
{
border-color: #D191D3;
}
</style>