Shades of Plum #D398DD
Tints of Plum #D398DD
RGB
CMYK
RGB Variations
Color information
#D398DD (or 0xD398DD) is known color: Plum. HEX triplet: D3, 98 and DD. RGB value is (211,152,221). Sum of RGB (Red+Green+Blue) = 211+152+221=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D398DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398DD is #2C6722. Grayscale: #B1B1B1. Windows color (decimal): -2909987 or 14522579. OLE color: 14522579.
HSL color Cylindrical-coordinate representation of color #D398DD: hue angle of 291.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D398DD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 152 | 221 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 291.3º | 0.5% | 0.73% | - |
| HSV(B) | 291.3º | 0.31% | 0.87% | - |
| XYZ | 51.14 | 41.53 | 73.73 | - |
| YUV | 177.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 221 | 0.05 | 0.31 | 0 | 0.13 | 291.3 | 0.5 | 0.73 |
| Hex | D3 | 98 | DD | 5 | 1F | 0 | D | 123 | 32 | 49 |
| Octal | 323 | 230 | 335 | 5 | 37 | 0 | 15 | 443 | 62 | 111 |
| Binary | 11010011 | 10011000 | 11011101 | 101 | 11111 | 0 | 1101 | 100100011 | 110010 | 1001001 |
Color Harmonies of #D398DD
Complementary color
Monochromatic Colors of #D398DD
Black with #D398DD
Text Example
Text Example
White with #D398DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398DD; }
p { color: rgb(211,152,221); }
H1.HeaderClassName
{
color: #D398DD;
}
.AnyTagClassName
{
color: #D398DD;
}
</style>
background-color css
<style>
a { background-color: #D398DD; }
a { background-color: rgb(211,152,221); }
div.DivClassName
{
background-color: #D398DD;
}
.BgClassName
{
background-color: #D398DD;
}
</style>
border-color css
<style>
span { border-color: #D398DD; }
span { border-color: rgb(211,152,221); }
td.TdClassName
{
border-color: #D398DD;
}
.TagClassName
{
border-color: #D398DD;
}
</style>