#D890E6

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

Shades of Plum #D890E6

Tints of Plum #D890E6

Color information

#D890E6 (or 0xD890E6) is unknown color: approx Plum. HEX triplet: D8, 90 and E6. RGB value is (216,144,230). Sum of RGB (Red+Green+Blue) = 216+144+230=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #D890E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D890E6 is #276F19. Grayscale: #AFAFAF. Windows color (decimal): -2584346 or 15110360. OLE color: 15110360.

HSL color Cylindrical-coordinate representation of color #D890E6: hue angle of 290.23º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D890E6 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216144230-
CMYK0.060.3700.10
HSL290.23º63.24%73.33%-
HSV(B)290.23º37.39%90.2%-
XYZ52.5840.2679.86-
YUV175.33158.85157.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 144 (56.64% from 255) = 24.41%
BLUE value IS 230 (90.23% from 255) = 38.98%
R=36.61%
G=24.41%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161442300.060.3700.10290.2363.2473.33
HexD890E66250A1223f49
Octal33022034664501244277111
Binary110110001001000011100110110100101010101001000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890E6; }

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

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

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

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

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

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

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

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