#DAA1CC

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

Shades of Plum #DAA1CC

Tints of Plum #DAA1CC

Color information

#DAA1CC (or 0xDAA1CC) is unknown color: approx Plum. HEX triplet: DA, A1 and CC. RGB value is (218,161,204). Sum of RGB (Red+Green+Blue) = 218+161+204=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1CC is #255E33. Grayscale: #B6B6B6. Windows color (decimal): -2448948 or 13410778. OLE color: 13410778.

HSL color Cylindrical-coordinate representation of color #DAA1CC: hue angle of 314.74º 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 #DAA1CC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218161204-
CMYK00.260.060.15
HSL314.74º43.51%74.31%-
HSV(B)314.74º26.15%85.49%-
XYZ52.5644.7563-
YUV182.94139.88153-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=37.39%
G=27.62%
B=34.99%

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
Decimal21816120400.260.060.15314.7443.5174.31
HexDAA1CC01A6F13b2c4a
Octal33224131403261747354112
Binary11011010101000011100110001101011011111001110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1CC; }

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

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

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

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

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

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

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

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