Shades of Plum #D98CDD
Tints of Plum #D98CDD
RGB
CMYK
RGB Variations
Color information
#D98CDD (or 0xD98CDD) is known color: Plum. HEX triplet: D9, 8C and DD. RGB value is (217,140,221). Sum of RGB (Red+Green+Blue) = 217+140+221=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CDD is #267322. Grayscale: #ACACAC. Windows color (decimal): -2519843 or 14519513. OLE color: 14519513.
HSL color Cylindrical-coordinate representation of color #D98CDD: hue angle of 297.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98CDD is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 140 | 221 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.13 |
| HSL | 297.04º | 0.54% | 0.71% | - |
| HSV(B) | 297.04º | 0.37% | 0.87% | - |
| XYZ | 51.04 | 38.73 | 73.19 | - |
| YUV | 172.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 221 | 0.02 | 0.37 | 0 | 0.13 | 297.04 | 0.54 | 0.71 |
| Hex | D9 | 8C | DD | 2 | 25 | 0 | D | 129 | 36 | 47 |
| Octal | 331 | 214 | 335 | 2 | 45 | 0 | 15 | 451 | 66 | 107 |
| Binary | 11011001 | 10001100 | 11011101 | 10 | 100101 | 0 | 1101 | 100101001 | 110110 | 1000111 |
Color Harmonies of #D98CDD
Complementary color
Monochromatic Colors of #D98CDD
Black with #D98CDD
Text Example
Text Example
White with #D98CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CDD; }
p { color: rgb(217,140,221); }
H1.HeaderClassName
{
color: #D98CDD;
}
.AnyTagClassName
{
color: #D98CDD;
}
</style>
background-color css
<style>
a { background-color: #D98CDD; }
a { background-color: rgb(217,140,221); }
div.DivClassName
{
background-color: #D98CDD;
}
.BgClassName
{
background-color: #D98CDD;
}
</style>
border-color css
<style>
span { border-color: #D98CDD; }
span { border-color: rgb(217,140,221); }
td.TdClassName
{
border-color: #D98CDD;
}
.TagClassName
{
border-color: #D98CDD;
}
</style>