Shades of Plum #D890DF
Tints of Plum #D890DF
RGB
CMYK
RGB Variations
Color information
#D890DF (or 0xD890DF) is known color: Plum. HEX triplet: D8, 90 and DF. RGB value is (216,144,223). Sum of RGB (Red+Green+Blue) = 216+144+223=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D890DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DF is #276F20. Grayscale: #AEAEAE. Windows color (decimal): -2584353 or 14651608. OLE color: 14651608.
HSL color Cylindrical-coordinate representation of color #D890DF: hue angle of 294.68º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D890DF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 144 | 223 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.13 |
| HSL | 294.68º | 0.55% | 0.72% | - |
| HSV(B) | 294.68º | 0.35% | 0.87% | - |
| XYZ | 51.61 | 39.87 | 74.79 | - |
| YUV | 174.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 223 | 0.03 | 0.35 | 0 | 0.13 | 294.68 | 0.55 | 0.72 |
| Hex | D8 | 90 | DF | 3 | 23 | 0 | D | 127 | 37 | 48 |
| Octal | 330 | 220 | 337 | 3 | 43 | 0 | 15 | 447 | 67 | 110 |
| Binary | 11011000 | 10010000 | 11011111 | 11 | 100011 | 0 | 1101 | 100100111 | 110111 | 1001000 |
Color Harmonies of #D890DF
Complementary color
Monochromatic Colors of #D890DF
Black with #D890DF
Text Example
Text Example
White with #D890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890DF; }
p { color: rgb(216,144,223); }
H1.HeaderClassName
{
color: #D890DF;
}
.AnyTagClassName
{
color: #D890DF;
}
</style>
background-color css
<style>
a { background-color: #D890DF; }
a { background-color: rgb(216,144,223); }
div.DivClassName
{
background-color: #D890DF;
}
.BgClassName
{
background-color: #D890DF;
}
</style>
border-color css
<style>
span { border-color: #D890DF; }
span { border-color: rgb(216,144,223); }
td.TdClassName
{
border-color: #D890DF;
}
.TagClassName
{
border-color: #D890DF;
}
</style>