Shades of Plum #D890D1
Tints of Plum #D890D1
RGB
CMYK
RGB Variations
Color information
#D890D1 (or 0xD890D1) is known color: Plum. HEX triplet: D8, 90 and D1. RGB value is (216,144,209). Sum of RGB (Red+Green+Blue) = 216+144+209=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D890D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890D1 is #276F2E. Grayscale: #ACACAC. Windows color (decimal): -2584367 or 13734104. OLE color: 13734104.
HSL color Cylindrical-coordinate representation of color #D890D1: hue angle of 305.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890D1 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 209 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.15 |
| HSL | 305.83º | 0.48% | 0.71% | - |
| HSV(B) | 305.83º | 0.33% | 0.85% | - |
| XYZ | 49.8 | 39.15 | 65.25 | - |
| YUV | 172.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 209 | 0 | 0.33 | 0.03 | 0.15 | 305.83 | 0.48 | 0.71 |
| Hex | D8 | 90 | D1 | 0 | 21 | 3 | F | 132 | 30 | 47 |
| Octal | 330 | 220 | 321 | 0 | 41 | 3 | 17 | 462 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11010001 | 0 | 100001 | 11 | 1111 | 100110010 | 110000 | 1000111 |
Color Harmonies of #D890D1
Complementary color
Monochromatic Colors of #D890D1
Black with #D890D1
Text Example
Text Example
White with #D890D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890D1; }
p { color: rgb(216,144,209); }
H1.HeaderClassName
{
color: #D890D1;
}
.AnyTagClassName
{
color: #D890D1;
}
</style>
background-color css
<style>
a { background-color: #D890D1; }
a { background-color: rgb(216,144,209); }
div.DivClassName
{
background-color: #D890D1;
}
.BgClassName
{
background-color: #D890D1;
}
</style>
border-color css
<style>
span { border-color: #D890D1; }
span { border-color: rgb(216,144,209); }
td.TdClassName
{
border-color: #D890D1;
}
.TagClassName
{
border-color: #D890D1;
}
</style>