#DAA0D1

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

Shades of Plum #DAA0D1

Tints of Plum #DAA0D1

Color information

#DAA0D1 (or 0xDAA0D1) is unknown color: approx Plum. HEX triplet: DA, A0 and D1. RGB value is (218,160,209). Sum of RGB (Red+Green+Blue) = 218+160+209=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0D1 is #255F2E. Grayscale: #B6B6B6. Windows color (decimal): -2449199 or 13738202. OLE color: 13738202.

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

Color convert

RGB218160209-
CMYK00.270.040.15
HSL309.31º43.94%74.12%-
HSV(B)309.31º26.61%85.49%-
XYZ52.9944.6566.15-
YUV182.93142.72153.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=37.14%
G=27.26%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816020900.270.040.15309.3143.9474.12
HexDAA0D101B4F1352c4a
Octal33224032103341746554112
Binary11011010101000001101000101101110011111001101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0D1; }

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

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

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

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

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

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

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

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