#DAA6D2

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

Shades of Plum #DAA6D2

Tints of Plum #DAA6D2

Color information

#DAA6D2 (or 0xDAA6D2) is unknown color: approx Plum. HEX triplet: DA, A6 and D2. RGB value is (218,166,210). Sum of RGB (Red+Green+Blue) = 218+166+210=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6D2 is #25592D. Grayscale: #BABABA. Windows color (decimal): -2447662 or 13805274. OLE color: 13805274.

HSL color Cylindrical-coordinate representation of color #DAA6D2: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6D2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218166210-
CMYK00.240.040.15
HSL309.23º41.27%75.29%-
HSV(B)309.23º23.85%85.49%-
XYZ54.1846.8367.16-
YUV186.56141.23150.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.70%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=36.70%
G=27.95%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816621000.240.040.15309.2341.2775.29
HexDAA6D20184F135294b
Octal33224632203041746551113
Binary11011010101001101101001001100010011111001101011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6D2; }

 p { color: rgb(218,166,210); }

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

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

 a { background-color: rgb(218,166,210); }

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

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

 span { border-color: rgb(218,166,210); }

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