Shades of Plum #D890CE
Tints of Plum #D890CE
RGB
CMYK
RGB Variations
Color information
#D890CE (or 0xD890CE) is known color: Plum. HEX triplet: D8, 90 and CE. RGB value is (216,144,206). Sum of RGB (Red+Green+Blue) = 216+144+206=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D890CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890CE is #276F31. Grayscale: #ACACAC. Windows color (decimal): -2584370 or 13537496. OLE color: 13537496.
HSL color Cylindrical-coordinate representation of color #D890CE: hue angle of 308.33º 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 #D890CE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 206 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.15 |
| HSL | 308.33º | 0.48% | 0.71% | - |
| HSV(B) | 308.33º | 0.33% | 0.85% | - |
| XYZ | 49.43 | 39 | 63.32 | - |
| YUV | 172.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 206 | 0 | 0.33 | 0.05 | 0.15 | 308.33 | 0.48 | 0.71 |
| Hex | D8 | 90 | CE | 0 | 21 | 5 | F | 134 | 30 | 47 |
| Octal | 330 | 220 | 316 | 0 | 41 | 5 | 17 | 464 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11001110 | 0 | 100001 | 101 | 1111 | 100110100 | 110000 | 1000111 |
Color Harmonies of #D890CE
Complementary color
Monochromatic Colors of #D890CE
Black with #D890CE
Text Example
Text Example
White with #D890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890CE; }
p { color: rgb(216,144,206); }
H1.HeaderClassName
{
color: #D890CE;
}
.AnyTagClassName
{
color: #D890CE;
}
</style>
background-color css
<style>
a { background-color: #D890CE; }
a { background-color: rgb(216,144,206); }
div.DivClassName
{
background-color: #D890CE;
}
.BgClassName
{
background-color: #D890CE;
}
</style>
border-color css
<style>
span { border-color: #D890CE; }
span { border-color: rgb(216,144,206); }
td.TdClassName
{
border-color: #D890CE;
}
.TagClassName
{
border-color: #D890CE;
}
</style>