Shades of Plum #D398DA
Tints of Plum #D398DA
RGB
CMYK
RGB Variations
Color information
#D398DA (or 0xD398DA) is known color: Plum. HEX triplet: D3, 98 and DA. RGB value is (211,152,218). Sum of RGB (Red+Green+Blue) = 211+152+218=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398DA is #2C6725. Grayscale: #B0B0B0. Windows color (decimal): -2909990 or 14325971. OLE color: 14325971.
HSL color Cylindrical-coordinate representation of color #D398DA: hue angle of 293.64º 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 #D398DA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 152 | 218 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.15 |
| HSL | 293.64º | 0.47% | 0.73% | - |
| HSV(B) | 293.64º | 0.3% | 0.85% | - |
| XYZ | 50.75 | 41.37 | 71.64 | - |
| YUV | 177.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 218 | 0.03 | 0.30 | 0 | 0.15 | 293.64 | 0.47 | 0.73 |
| Hex | D3 | 98 | DA | 3 | 1E | 0 | F | 126 | 2F | 49 |
| Octal | 323 | 230 | 332 | 3 | 36 | 0 | 17 | 446 | 57 | 111 |
| Binary | 11010011 | 10011000 | 11011010 | 11 | 11110 | 0 | 1111 | 100100110 | 101111 | 1001001 |
Color Harmonies of #D398DA
Complementary color
Monochromatic Colors of #D398DA
Black with #D398DA
Text Example
Text Example
White with #D398DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398DA; }
p { color: rgb(211,152,218); }
H1.HeaderClassName
{
color: #D398DA;
}
.AnyTagClassName
{
color: #D398DA;
}
</style>
background-color css
<style>
a { background-color: #D398DA; }
a { background-color: rgb(211,152,218); }
div.DivClassName
{
background-color: #D398DA;
}
.BgClassName
{
background-color: #D398DA;
}
</style>
border-color css
<style>
span { border-color: #D398DA; }
span { border-color: rgb(211,152,218); }
td.TdClassName
{
border-color: #D398DA;
}
.TagClassName
{
border-color: #D398DA;
}
</style>