#DAA0D0

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

Shades of Plum #DAA0D0

Tints of Plum #DAA0D0

Color information

#DAA0D0 (or 0xDAA0D0) is unknown color: approx Plum. HEX triplet: DA, A0 and D0. RGB value is (218,160,208). Sum of RGB (Red+Green+Blue) = 218+160+208=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0D0 is #255F2F. Grayscale: #B6B6B6. Windows color (decimal): -2449200 or 13672666. OLE color: 13672666.

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

Color convert

RGB218160208-
CMYK00.270.050.15
HSL310.34º43.94%74.12%-
HSV(B)310.34º26.61%85.49%-
XYZ52.8744.665.5-
YUV182.81142.22153.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=37.20%
G=27.30%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816020800.270.050.15310.3443.9474.12
HexDAA0D001B5F1362c4a
Octal33224032003351746654112
Binary11011010101000001101000001101110111111001101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0D0; }

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

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

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

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

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

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

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

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