#DAA1CD

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

Shades of Plum #DAA1CD

Tints of Plum #DAA1CD

Color information

#DAA1CD (or 0xDAA1CD) is unknown color: approx Plum. HEX triplet: DA, A1 and CD. RGB value is (218,161,205). Sum of RGB (Red+Green+Blue) = 218+161+205=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1CD is #255E32. Grayscale: #B6B6B6. Windows color (decimal): -2448947 or 13476314. OLE color: 13476314.

HSL color Cylindrical-coordinate representation of color #DAA1CD: hue angle of 313.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1CD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218161205-
CMYK00.260.060.15
HSL313.68º43.51%74.31%-
HSV(B)313.68º26.15%85.49%-
XYZ52.6844.863.63-
YUV183.06140.38152.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 161 (63.28% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=37.33%
G=27.57%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816120500.260.060.15313.6843.5174.31
HexDAA1CD01A6F13a2c4a
Octal33224131503261747254112
Binary11011010101000011100110101101011011111001110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1CD; }

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

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

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

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

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

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

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

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