#D890DA

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

Shades of Plum #D890DA

Tints of Plum #D890DA

Color information

#D890DA (or 0xD890DA) is unknown color: approx Plum. HEX triplet: D8, 90 and DA. RGB value is (216,144,218). Sum of RGB (Red+Green+Blue) = 216+144+218=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D890DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DA is #276F25. Grayscale: #ADADAD. Windows color (decimal): -2584358 or 14323928. OLE color: 14323928.

HSL color Cylindrical-coordinate representation of color #D890DA: hue angle of 298.38º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D890DA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216144218-
CMYK0.010.3400.15
HSL298.38º50%70.98%-
HSV(B)298.38º33.94%85.49%-
XYZ50.9539.6171.29-
YUV173.96152.85157.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=37.37%
G=24.91%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161442180.010.3400.15298.385070.98
HexD890DA1220F12a3247
Octal33022033214201745262107
Binary1101100010010000110110101100010011111001010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890DA; }

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

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

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

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

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

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

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

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