Shades of Plum #D98BDC
Tints of Plum #D98BDC
RGB
CMYK
RGB Variations
Color information
#D98BDC (or 0xD98BDC) is known color: Plum. HEX triplet: D9, 8B and DC. RGB value is (217,139,220). Sum of RGB (Red+Green+Blue) = 217+139+220=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDC is #267423. Grayscale: #ABABAB. Windows color (decimal): -2520100 or 14453721. OLE color: 14453721.
HSL color Cylindrical-coordinate representation of color #D98BDC: hue angle of 297.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98BDC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 139 | 220 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.14 |
| HSL | 297.78º | 0.54% | 0.7% | - |
| HSV(B) | 297.78º | 0.37% | 0.86% | - |
| XYZ | 50.77 | 38.38 | 72.44 | - |
| YUV | 171.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 220 | 0.01 | 0.37 | 0 | 0.14 | 297.78 | 0.54 | 0.7 |
| Hex | D9 | 8B | DC | 1 | 25 | 0 | E | 12A | 36 | 46 |
| Octal | 331 | 213 | 334 | 1 | 45 | 0 | 16 | 452 | 66 | 106 |
| Binary | 11011001 | 10001011 | 11011100 | 1 | 100101 | 0 | 1110 | 100101010 | 110110 | 1000110 |
Color Harmonies of #D98BDC
Complementary color
Monochromatic Colors of #D98BDC
Black with #D98BDC
Text Example
Text Example
White with #D98BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BDC; }
p { color: rgb(217,139,220); }
H1.HeaderClassName
{
color: #D98BDC;
}
.AnyTagClassName
{
color: #D98BDC;
}
</style>
background-color css
<style>
a { background-color: #D98BDC; }
a { background-color: rgb(217,139,220); }
div.DivClassName
{
background-color: #D98BDC;
}
.BgClassName
{
background-color: #D98BDC;
}
</style>
border-color css
<style>
span { border-color: #D98BDC; }
span { border-color: rgb(217,139,220); }
td.TdClassName
{
border-color: #D98BDC;
}
.TagClassName
{
border-color: #D98BDC;
}
</style>