Shades of Plum #D98BD2
Tints of Plum #D98BD2
RGB
CMYK
RGB Variations
Color information
#D98BD2 (or 0xD98BD2) is known color: Plum. HEX triplet: D9, 8B and D2. RGB value is (217,139,210). Sum of RGB (Red+Green+Blue) = 217+139+210=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BD2 is #26742D. Grayscale: #AAAAAA. Windows color (decimal): -2520110 or 13798361. OLE color: 13798361.
HSL color Cylindrical-coordinate representation of color #D98BD2: hue angle of 305.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BD2 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 210 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.15 |
| HSL | 305.38º | 0.51% | 0.7% | - |
| HSV(B) | 305.38º | 0.36% | 0.85% | - |
| XYZ | 49.48 | 37.87 | 65.67 | - |
| YUV | 170.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 210 | 0 | 0.36 | 0.03 | 0.15 | 305.38 | 0.51 | 0.7 |
| Hex | D9 | 8B | D2 | 0 | 24 | 3 | F | 131 | 33 | 46 |
| Octal | 331 | 213 | 322 | 0 | 44 | 3 | 17 | 461 | 63 | 106 |
| Binary | 11011001 | 10001011 | 11010010 | 0 | 100100 | 11 | 1111 | 100110001 | 110011 | 1000110 |
Color Harmonies of #D98BD2
Complementary color
Monochromatic Colors of #D98BD2
Black with #D98BD2
Text Example
Text Example
White with #D98BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BD2; }
p { color: rgb(217,139,210); }
H1.HeaderClassName
{
color: #D98BD2;
}
.AnyTagClassName
{
color: #D98BD2;
}
</style>
background-color css
<style>
a { background-color: #D98BD2; }
a { background-color: rgb(217,139,210); }
div.DivClassName
{
background-color: #D98BD2;
}
.BgClassName
{
background-color: #D98BD2;
}
</style>
border-color css
<style>
span { border-color: #D98BD2; }
span { border-color: rgb(217,139,210); }
td.TdClassName
{
border-color: #D98BD2;
}
.TagClassName
{
border-color: #D98BD2;
}
</style>