#D8A0E3

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

Shades of Plum #D8A0E3

Tints of Plum #D8A0E3

Color information

#D8A0E3 (or 0xD8A0E3) is unknown color: approx Plum. HEX triplet: D8, A0 and E3. RGB value is (216,160,227). Sum of RGB (Red+Green+Blue) = 216+160+227=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8A0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0E3 is #275F1C. Grayscale: #B8B8B8. Windows color (decimal): -2580253 or 14917848. OLE color: 14917848.

HSL color Cylindrical-coordinate representation of color #D8A0E3: hue angle of 290.15º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A0E3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216160227-
CMYK0.050.3000.11
HSL290.15º54.47%75.88%-
HSV(B)290.15º29.52%89.02%-
XYZ54.7545.2978.53-
YUV184.38152.05150.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 227 (89.06% from 255) = 37.65%
R=35.82%
G=26.53%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161602270.050.3000.11290.1554.4775.88
HexD8A0E351E0B122364c
Octal33024034353601344266114
Binary11011000101000001110001110111110010111001000101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0E3; }

 p { color: rgb(216,160,227); }

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

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

 a { background-color: rgb(216,160,227); }

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

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

 span { border-color: rgb(216,160,227); }

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