#DAA0D8

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

Shades of Plum #DAA0D8

Tints of Plum #DAA0D8

Color information

#DAA0D8 (or 0xDAA0D8) is unknown color: approx Plum. HEX triplet: DA, A0 and D8. RGB value is (218,160,216). Sum of RGB (Red+Green+Blue) = 218+160+216=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0D8 is #255F27. Grayscale: #B7B7B7. Windows color (decimal): -2449192 or 14196954. OLE color: 14196954.

HSL color Cylindrical-coordinate representation of color #DAA0D8: hue angle of 302.07º 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 #DAA0D8 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218160216-
CMYK00.270.010.15
HSL302.07º43.94%74.12%-
HSV(B)302.07º26.61%85.49%-
XYZ53.884570.81-
YUV183.73146.22152.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 160 (62.89% from 255) = 26.94%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=36.70%
G=26.94%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816021600.270.010.15302.0743.9474.12
HexDAA0D801B1F12e2c4a
Octal33224033003311745654112
Binary110110101010000011011000011011111111001011101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0D8; }

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

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

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

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

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

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

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

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