Shades of Plum #D890DC
Tints of Plum #D890DC
RGB
CMYK
RGB Variations
Color information
#D890DC (or 0xD890DC) is known color: Plum. HEX triplet: D8, 90 and DC. RGB value is (216,144,220). Sum of RGB (Red+Green+Blue) = 216+144+220=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D890DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DC is #276F23. Grayscale: #ADADAD. Windows color (decimal): -2584356 or 14455000. OLE color: 14455000.
HSL color Cylindrical-coordinate representation of color #D890DC: hue angle of 296.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D890DC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 144 | 220 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.14 |
| HSL | 296.84º | 0.52% | 0.71% | - |
| HSV(B) | 296.84º | 0.35% | 0.86% | - |
| XYZ | 51.21 | 39.71 | 72.68 | - |
| YUV | 174.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 220 | 0.02 | 0.35 | 0 | 0.14 | 296.84 | 0.52 | 0.71 |
| Hex | D8 | 90 | DC | 2 | 23 | 0 | E | 129 | 34 | 47 |
| Octal | 330 | 220 | 334 | 2 | 43 | 0 | 16 | 451 | 64 | 107 |
| Binary | 11011000 | 10010000 | 11011100 | 10 | 100011 | 0 | 1110 | 100101001 | 110100 | 1000111 |
Color Harmonies of #D890DC
Complementary color
Monochromatic Colors of #D890DC
Black with #D890DC
Text Example
Text Example
White with #D890DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890DC; }
p { color: rgb(216,144,220); }
H1.HeaderClassName
{
color: #D890DC;
}
.AnyTagClassName
{
color: #D890DC;
}
</style>
background-color css
<style>
a { background-color: #D890DC; }
a { background-color: rgb(216,144,220); }
div.DivClassName
{
background-color: #D890DC;
}
.BgClassName
{
background-color: #D890DC;
}
</style>
border-color css
<style>
span { border-color: #D890DC; }
span { border-color: rgb(216,144,220); }
td.TdClassName
{
border-color: #D890DC;
}
.TagClassName
{
border-color: #D890DC;
}
</style>