#D890D7

Color #D890D7 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D890D7

Tints of Plum #D890D7

Color information

#D890D7 (or 0xD890D7) is unknown color: approx Plum. HEX triplet: D8, 90 and D7. RGB value is (216,144,215). Sum of RGB (Red+Green+Blue) = 216+144+215=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D890D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890D7 is #276F28. Grayscale: #ADADAD. Windows color (decimal): -2584361 or 14127320. OLE color: 14127320.

HSL color Cylindrical-coordinate representation of color #D890D7: hue angle of 300.83º 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 #D890D7 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216144215-
CMYK00.330.000.15
HSL300.83º48%70.59%-
HSV(B)300.83º33.33%84.71%-
XYZ50.5639.4569.24-
YUV173.62151.35158.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=37.57%
G=25.04%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614421500.330.000.15300.834870.59
HexD890D70210F12d3047
Octal33022032704101745560107
Binary1101100010010000110101110100001011111001011011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890D7; }

 p { color: rgb(216,144,215); }

 H1.HeaderClassName
 {
   color: #D890D7;
 }
 .AnyTagClassName
 {
   color: #D890D7;
 }
</style>
background-color css

<style>
 a { background-color: #D890D7; }

 a { background-color: rgb(216,144,215); }

 div.DivClassName
 {
   background-color: #D890D7;
 }
 .BgClassName
 {
   background-color: #D890D7;
 }
</style>
border-color css

<style>
 span { border-color: #D890D7; }

 span { border-color: rgb(216,144,215); }

 td.TdClassName
 {
   border-color: #D890D7;
 }
 .TagClassName
 {
   border-color: #D890D7;
 }
</style>