Shades of Plum #D890CF
Tints of Plum #D890CF
RGB
CMYK
RGB Variations
Color information
#D890CF (or 0xD890CF) is known color: Plum. HEX triplet: D8, 90 and CF. RGB value is (216,144,207). Sum of RGB (Red+Green+Blue) = 216+144+207=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D890CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890CF is #276F30. Grayscale: #ACACAC. Windows color (decimal): -2584369 or 13603032. OLE color: 13603032.
HSL color Cylindrical-coordinate representation of color #D890CF: hue angle of 307.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 #D890CF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 207 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.15 |
| HSL | 307.5º | 0.48% | 0.71% | - |
| HSV(B) | 307.5º | 0.33% | 0.85% | - |
| XYZ | 49.55 | 39.05 | 63.96 | - |
| YUV | 172.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 207 | 0 | 0.33 | 0.04 | 0.15 | 307.5 | 0.48 | 0.71 |
| Hex | D8 | 90 | CF | 0 | 21 | 4 | F | 134 | 30 | 47 |
| Octal | 330 | 220 | 317 | 0 | 41 | 4 | 17 | 464 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11001111 | 0 | 100001 | 100 | 1111 | 100110100 | 110000 | 1000111 |
Color Harmonies of #D890CF
Complementary color
Monochromatic Colors of #D890CF
Black with #D890CF
Text Example
Text Example
White with #D890CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890CF; }
p { color: rgb(216,144,207); }
H1.HeaderClassName
{
color: #D890CF;
}
.AnyTagClassName
{
color: #D890CF;
}
</style>
background-color css
<style>
a { background-color: #D890CF; }
a { background-color: rgb(216,144,207); }
div.DivClassName
{
background-color: #D890CF;
}
.BgClassName
{
background-color: #D890CF;
}
</style>
border-color css
<style>
span { border-color: #D890CF; }
span { border-color: rgb(216,144,207); }
td.TdClassName
{
border-color: #D890CF;
}
.TagClassName
{
border-color: #D890CF;
}
</style>