#DAA4DC

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

Shades of Plum #DAA4DC

Tints of Plum #DAA4DC

Color information

#DAA4DC (or 0xDAA4DC) is unknown color: approx Plum. HEX triplet: DA, A4 and DC. RGB value is (218,164,220). Sum of RGB (Red+Green+Blue) = 218+164+220=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DC is #255B23. Grayscale: #BABABA. Windows color (decimal): -2448164 or 14460122. OLE color: 14460122.

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

Color convert

RGB218164220-
CMYK0.010.2500.14
HSL297.86º44.44%75.29%-
HSV(B)297.86º25.45%86.27%-
XYZ55.1146.6273.8-
YUV186.53146.89150.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=36.21%
G=27.24%
B=36.54%

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
Decimal2181642200.010.2500.14297.8644.4475.29
HexDAA4DC1190E12a2c4b
Octal33224433413101645254113
Binary110110101010010011011100111001011101001010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4DC; }

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

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

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

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

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

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

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

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