Shades of Plum #D98FCC
Tints of Plum #D98FCC
RGB
CMYK
RGB Variations
Color information
#D98FCC (or 0xD98FCC) is known color: Plum. HEX triplet: D9, 8F and CC. RGB value is (217,143,204). Sum of RGB (Red+Green+Blue) = 217+143+204=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCC is #267033. Grayscale: #ABABAB. Windows color (decimal): -2519092 or 13406169. OLE color: 13406169.
HSL color Cylindrical-coordinate representation of color #D98FCC: hue angle of 310.54º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FCC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 204 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.15 |
| HSL | 310.54º | 0.49% | 0.71% | - |
| HSV(B) | 310.54º | 0.34% | 0.85% | - |
| XYZ | 49.34 | 38.76 | 62.01 | - |
| YUV | 172.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 204 | 0 | 0.34 | 0.06 | 0.15 | 310.54 | 0.49 | 0.71 |
| Hex | D9 | 8F | CC | 0 | 22 | 6 | F | 137 | 31 | 47 |
| Octal | 331 | 217 | 314 | 0 | 42 | 6 | 17 | 467 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11001100 | 0 | 100010 | 110 | 1111 | 100110111 | 110001 | 1000111 |
Color Harmonies of #D98FCC
Complementary color
Monochromatic Colors of #D98FCC
Black with #D98FCC
Text Example
Text Example
White with #D98FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FCC; }
p { color: rgb(217,143,204); }
H1.HeaderClassName
{
color: #D98FCC;
}
.AnyTagClassName
{
color: #D98FCC;
}
</style>
background-color css
<style>
a { background-color: #D98FCC; }
a { background-color: rgb(217,143,204); }
div.DivClassName
{
background-color: #D98FCC;
}
.BgClassName
{
background-color: #D98FCC;
}
</style>
border-color css
<style>
span { border-color: #D98FCC; }
span { border-color: rgb(217,143,204); }
td.TdClassName
{
border-color: #D98FCC;
}
.TagClassName
{
border-color: #D98FCC;
}
</style>