#D890CE

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

Shades of Plum #D890CE

Tints of Plum #D890CE

Color information

#D890CE (or 0xD890CE) is unknown color: approx Plum. HEX triplet: D8, 90 and CE. RGB value is (216,144,206). Sum of RGB (Red+Green+Blue) = 216+144+206=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D890CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890CE is #276F31. Grayscale: #ACACAC. Windows color (decimal): -2584370 or 13537496. OLE color: 13537496.

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

Color convert

RGB216144206-
CMYK00.330.050.15
HSL308.33º48%70.59%-
HSV(B)308.33º33.33%84.71%-
XYZ49.433963.32-
YUV172.6146.85158.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 206 (80.86% from 255) = 36.40%
R=38.16%
G=25.44%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614420600.330.050.15308.334870.59
HexD890CE0215F1343047
Octal33022031604151746460107
Binary110110001001000011001110010000110111111001101001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890CE; }

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

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

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

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

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

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

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

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