#DAA6DC

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

Shades of Plum #DAA6DC

Tints of Plum #DAA6DC

Color information

#DAA6DC (or 0xDAA6DC) is unknown color: approx Plum. HEX triplet: DA, A6 and DC. RGB value is (218,166,220). Sum of RGB (Red+Green+Blue) = 218+166+220=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DC is #255923. Grayscale: #BBBBBB. Windows color (decimal): -2447652 or 14460634. OLE color: 14460634.

HSL color Cylindrical-coordinate representation of color #DAA6DC: hue angle of 297.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA6DC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218166220-
CMYK0.010.2500.14
HSL297.78º43.55%75.69%-
HSV(B)297.78º24.55%86.27%-
XYZ55.4747.3573.93-
YUV187.7146.23149.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=36.09%
G=27.48%
B=36.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181662200.010.2500.14297.7843.5575.69
HexDAA6DC1190E12a2c4c
Octal33224633413101645254114
Binary110110101010011011011100111001011101001010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6DC; }

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

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

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

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

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

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

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

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