Shades of Plum #D198DA
Tints of Plum #D198DA
RGB
CMYK
RGB Variations
Color information
#D198DA (or 0xD198DA) is known color: Plum. HEX triplet: D1, 98 and DA. RGB value is (209,152,218). Sum of RGB (Red+Green+Blue) = 209+152+218=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D198DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198DA is #2E6725. Grayscale: #B0B0B0. Windows color (decimal): -3041062 or 14325969. OLE color: 14325969.
HSL color Cylindrical-coordinate representation of color #D198DA: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D198DA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 152 | 218 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.15 |
| HSL | 291.82º | 0.47% | 0.73% | - |
| HSV(B) | 291.82º | 0.3% | 0.85% | - |
| XYZ | 50.18 | 41.07 | 71.61 | - |
| YUV | 176.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 218 | 0.04 | 0.30 | 0 | 0.15 | 291.82 | 0.47 | 0.73 |
| Hex | D1 | 98 | DA | 4 | 1E | 0 | F | 124 | 2F | 49 |
| Octal | 321 | 230 | 332 | 4 | 36 | 0 | 17 | 444 | 57 | 111 |
| Binary | 11010001 | 10011000 | 11011010 | 100 | 11110 | 0 | 1111 | 100100100 | 101111 | 1001001 |
Color Harmonies of #D198DA
Complementary color
Monochromatic Colors of #D198DA
Black with #D198DA
Text Example
Text Example
White with #D198DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198DA; }
p { color: rgb(209,152,218); }
H1.HeaderClassName
{
color: #D198DA;
}
.AnyTagClassName
{
color: #D198DA;
}
</style>
background-color css
<style>
a { background-color: #D198DA; }
a { background-color: rgb(209,152,218); }
div.DivClassName
{
background-color: #D198DA;
}
.BgClassName
{
background-color: #D198DA;
}
</style>
border-color css
<style>
span { border-color: #D198DA; }
span { border-color: rgb(209,152,218); }
td.TdClassName
{
border-color: #D198DA;
}
.TagClassName
{
border-color: #D198DA;
}
</style>