Shades of Plum #D190DA
Tints of Plum #D190DA
RGB
CMYK
RGB Variations
Color information
#D190DA (or 0xD190DA) is known color: Plum. HEX triplet: D1, 90 and DA. RGB value is (209,144,218). Sum of RGB (Red+Green+Blue) = 209+144+218=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D190DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DA is #2E6F25. Grayscale: #ABABAB. Windows color (decimal): -3043110 or 14323921. OLE color: 14323921.
HSL color Cylindrical-coordinate representation of color #D190DA: hue angle of 292.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D190DA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 144 | 218 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.15 |
| HSL | 292.7º | 0.5% | 0.71% | - |
| HSV(B) | 292.7º | 0.34% | 0.85% | - |
| XYZ | 48.92 | 38.56 | 71.19 | - |
| YUV | 171.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 218 | 0.04 | 0.34 | 0 | 0.15 | 292.7 | 0.5 | 0.71 |
| Hex | D1 | 90 | DA | 4 | 22 | 0 | F | 125 | 32 | 47 |
| Octal | 321 | 220 | 332 | 4 | 42 | 0 | 17 | 445 | 62 | 107 |
| Binary | 11010001 | 10010000 | 11011010 | 100 | 100010 | 0 | 1111 | 100100101 | 110010 | 1000111 |
Color Harmonies of #D190DA
Complementary color
Monochromatic Colors of #D190DA
Black with #D190DA
Text Example
Text Example
White with #D190DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190DA; }
p { color: rgb(209,144,218); }
H1.HeaderClassName
{
color: #D190DA;
}
.AnyTagClassName
{
color: #D190DA;
}
</style>
background-color css
<style>
a { background-color: #D190DA; }
a { background-color: rgb(209,144,218); }
div.DivClassName
{
background-color: #D190DA;
}
.BgClassName
{
background-color: #D190DA;
}
</style>
border-color css
<style>
span { border-color: #D190DA; }
span { border-color: rgb(209,144,218); }
td.TdClassName
{
border-color: #D190DA;
}
.TagClassName
{
border-color: #D190DA;
}
</style>