#DAA1DC

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

Shades of Plum #DAA1DC

Tints of Plum #DAA1DC

Color information

#DAA1DC (or 0xDAA1DC) is unknown color: approx Plum. HEX triplet: DA, A1 and DC. RGB value is (218,161,220). Sum of RGB (Red+Green+Blue) = 218+161+220=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DC is #255E23. Grayscale: #B8B8B8. Windows color (decimal): -2448932 or 14459354. OLE color: 14459354.

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

Color convert

RGB218161220-
CMYK0.010.2700.14
HSL297.97º45.74%74.71%-
HSV(B)297.97º26.82%86.27%-
XYZ54.5845.5673.63-
YUV184.77147.88151.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=36.39%
G=26.88%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181612200.010.2700.14297.9745.7474.71
HexDAA1DC11B0E12a2e4b
Octal33224133413301645256113
Binary110110101010000111011100111011011101001010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1DC; }

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

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

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

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

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

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

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

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