#D890DF

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

Shades of Plum #D890DF

Tints of Plum #D890DF

Color information

#D890DF (or 0xD890DF) is unknown color: approx Plum. HEX triplet: D8, 90 and DF. RGB value is (216,144,223). Sum of RGB (Red+Green+Blue) = 216+144+223=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #D890DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890DF is #276F20. Grayscale: #AEAEAE. Windows color (decimal): -2584353 or 14651608. OLE color: 14651608.

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

Color convert

RGB216144223-
CMYK0.030.3500.13
HSL294.68º55.24%71.96%-
HSV(B)294.68º35.43%87.45%-
XYZ51.6139.8774.79-
YUV174.53155.35157.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=37.05%
G=24.70%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161442230.030.3500.13294.6855.2471.96
HexD890DF3230D1273748
Octal33022033734301544767110
Binary11011000100100001101111111100011011011001001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890DF; }

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

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

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

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

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

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

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

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