Shades of Plum #D98FD2
Tints of Plum #D98FD2
RGB
CMYK
RGB Variations
Color information
#D98FD2 (or 0xD98FD2) is known color: Plum. HEX triplet: D9, 8F and D2. RGB value is (217,143,210). Sum of RGB (Red+Green+Blue) = 217+143+210=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FD2 is #26702D. Grayscale: #ACACAC. Windows color (decimal): -2519086 or 13799385. OLE color: 13799385.
HSL color Cylindrical-coordinate representation of color #D98FD2: hue angle of 305.68º 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 #D98FD2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 210 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.15 |
| HSL | 305.68º | 0.49% | 0.71% | - |
| HSV(B) | 305.68º | 0.34% | 0.85% | - |
| XYZ | 50.07 | 39.05 | 65.87 | - |
| YUV | 172.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 210 | 0 | 0.34 | 0.03 | 0.15 | 305.68 | 0.49 | 0.71 |
| Hex | D9 | 8F | D2 | 0 | 22 | 3 | F | 132 | 31 | 47 |
| Octal | 331 | 217 | 322 | 0 | 42 | 3 | 17 | 462 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11010010 | 0 | 100010 | 11 | 1111 | 100110010 | 110001 | 1000111 |
Color Harmonies of #D98FD2
Complementary color
Monochromatic Colors of #D98FD2
Black with #D98FD2
Text Example
Text Example
White with #D98FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FD2; }
p { color: rgb(217,143,210); }
H1.HeaderClassName
{
color: #D98FD2;
}
.AnyTagClassName
{
color: #D98FD2;
}
</style>
background-color css
<style>
a { background-color: #D98FD2; }
a { background-color: rgb(217,143,210); }
div.DivClassName
{
background-color: #D98FD2;
}
.BgClassName
{
background-color: #D98FD2;
}
</style>
border-color css
<style>
span { border-color: #D98FD2; }
span { border-color: rgb(217,143,210); }
td.TdClassName
{
border-color: #D98FD2;
}
.TagClassName
{
border-color: #D98FD2;
}
</style>