#D3A0DA

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

Shades of Plum #D3A0DA

Tints of Plum #D3A0DA

Color information

#D3A0DA (or 0xD3A0DA) is unknown color: approx Plum. HEX triplet: D3, A0 and DA. RGB value is (211,160,218). Sum of RGB (Red+Green+Blue) = 211+160+218=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3A0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0DA is #2C5F25. Grayscale: #B5B5B5. Windows color (decimal): -2907942 or 14328019. OLE color: 14328019.

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

Color convert

RGB211160218-
CMYK0.030.2700.15
HSL292.76º43.94%74.12%-
HSV(B)292.76º26.61%85.49%-
XYZ52.0944.0572.09-
YUV181.86148.4148.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=35.82%
G=27.16%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111602180.030.2700.15292.7643.9474.12
HexD3A0DA31B0F1252c4a
Octal32324033233301744554112
Binary1101001110100000110110101111011011111001001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0DA; }

 p { color: rgb(211,160,218); }

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

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

 a { background-color: rgb(211,160,218); }

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

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

 span { border-color: rgb(211,160,218); }

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