#DAA3DC

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

Shades of Plum #DAA3DC

Tints of Plum #DAA3DC

Color information

#DAA3DC (or 0xDAA3DC) is unknown color: approx Plum. HEX triplet: DA, A3 and DC. RGB value is (218,163,220). Sum of RGB (Red+Green+Blue) = 218+163+220=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3DC is #255C23. Grayscale: #B9B9B9. Windows color (decimal): -2448420 or 14459866. OLE color: 14459866.

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

Color convert

RGB218163220-
CMYK0.010.2600.14
HSL297.89º44.88%75.1%-
HSV(B)297.89º25.91%86.27%-
XYZ54.9346.2773.75-
YUV185.94147.22150.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 163 (64.06% from 255) = 27.12%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=36.27%
G=27.12%
B=36.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181632200.010.2600.14297.8944.8875.1
HexDAA3DC11A0E12a2d4b
Octal33224333413201645255113
Binary110110101010001111011100111010011101001010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3DC; }

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

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

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

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

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

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

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

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