#D890DD

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

Shades of Plum #D890DD

Tints of Plum #D890DD

Color information

#D890DD (or 0xD890DD) is unknown color: approx Plum. HEX triplet: D8, 90 and DD. RGB value is (216,144,221). Sum of RGB (Red+Green+Blue) = 216+144+221=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D890DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DD is #276F22. Grayscale: #AEAEAE. Windows color (decimal): -2584355 or 14520536. OLE color: 14520536.

HSL color Cylindrical-coordinate representation of color #D890DD: hue angle of 296.1º degrees, saturation: 0.53, 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 #D890DD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216144221-
CMYK0.020.3500.13
HSL296.1º53.1%71.57%-
HSV(B)296.1º34.84%86.67%-
XYZ51.3439.7773.38-
YUV174.31154.35157.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=37.18%
G=24.78%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161442210.020.3500.13296.153.171.57
HexD890DD2230D1283548
Octal33022033524301545065110
Binary11011000100100001101110110100011011011001010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890DD; }

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

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

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

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

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

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

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

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