#D8A0D5

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

Shades of Plum #D8A0D5

Tints of Plum #D8A0D5

Color information

#D8A0D5 (or 0xD8A0D5) is unknown color: approx Plum. HEX triplet: D8, A0 and D5. RGB value is (216,160,213). Sum of RGB (Red+Green+Blue) = 216+160+213=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0D5 is #275F2A. Grayscale: #B6B6B6. Windows color (decimal): -2580267 or 14000344. OLE color: 14000344.

HSL color Cylindrical-coordinate representation of color #D8A0D5: hue angle of 303.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0D5 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216160213-
CMYK00.260.010.15
HSL303.21º41.79%73.73%-
HSV(B)303.21º25.93%84.71%-
XYZ52.944.5468.76-
YUV182.79145.05151.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=36.67%
G=27.16%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616021300.260.010.15303.2141.7973.73
HexD8A0D501A1F12f2a4a
Octal33024032503211745752112
Binary110110001010000011010101011010111111001011111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0D5; }

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

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

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

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

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

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

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

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