Shades of Plum #D890D5
Tints of Plum #D890D5
RGB
CMYK
RGB Variations
Color information
#D890D5 (or 0xD890D5) is known color: Plum. HEX triplet: D8, 90 and D5. RGB value is (216,144,213). Sum of RGB (Red+Green+Blue) = 216+144+213=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D890D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890D5 is #276F2A. Grayscale: #ADADAD. Windows color (decimal): -2584363 or 13996248. OLE color: 13996248.
HSL color Cylindrical-coordinate representation of color #D890D5: hue angle of 302.5º 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 #D890D5 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 213 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.15 |
| HSL | 302.5º | 0.48% | 0.71% | - |
| HSV(B) | 302.5º | 0.33% | 0.85% | - |
| XYZ | 50.3 | 39.35 | 67.89 | - |
| YUV | 173.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 213 | 0 | 0.33 | 0.01 | 0.15 | 302.5 | 0.48 | 0.71 |
| Hex | D8 | 90 | D5 | 0 | 21 | 1 | F | 12E | 30 | 47 |
| Octal | 330 | 220 | 325 | 0 | 41 | 1 | 17 | 456 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11010101 | 0 | 100001 | 1 | 1111 | 100101110 | 110000 | 1000111 |
Color Harmonies of #D890D5
Complementary color
Monochromatic Colors of #D890D5
Black with #D890D5
Text Example
Text Example
White with #D890D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890D5; }
p { color: rgb(216,144,213); }
H1.HeaderClassName
{
color: #D890D5;
}
.AnyTagClassName
{
color: #D890D5;
}
</style>
background-color css
<style>
a { background-color: #D890D5; }
a { background-color: rgb(216,144,213); }
div.DivClassName
{
background-color: #D890D5;
}
.BgClassName
{
background-color: #D890D5;
}
</style>
border-color css
<style>
span { border-color: #D890D5; }
span { border-color: rgb(216,144,213); }
td.TdClassName
{
border-color: #D890D5;
}
.TagClassName
{
border-color: #D890D5;
}
</style>