#DAA2D9

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

Shades of Plum #DAA2D9

Tints of Plum #DAA2D9

Color information

#DAA2D9 (or 0xDAA2D9) is unknown color: approx Plum. HEX triplet: DA, A2 and D9. RGB value is (218,162,217). Sum of RGB (Red+Green+Blue) = 218+162+217=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D9 is #255D26. Grayscale: #B8B8B8. Windows color (decimal): -2448679 or 14263002. OLE color: 14263002.

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

Color convert

RGB218162217-
CMYK00.260.000.15
HSL301.07º43.08%74.51%-
HSV(B)301.07º25.69%85.49%-
XYZ54.3645.7671.61-
YUV185.01146.05151.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=36.52%
G=27.14%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816221700.260.000.15301.0743.0874.51
HexDAA2D901A0F12d2b4b
Octal33224233103201745553113
Binary110110101010001011011001011010011111001011011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2D9; }

 p { color: rgb(218,162,217); }

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

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

 a { background-color: rgb(218,162,217); }

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

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

 span { border-color: rgb(218,162,217); }

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