#DAA5D1

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

Shades of Plum #DAA5D1

Tints of Plum #DAA5D1

Color information

#DAA5D1 (or 0xDAA5D1) is unknown color: approx Plum. HEX triplet: DA, A5 and D1. RGB value is (218,165,209). Sum of RGB (Red+Green+Blue) = 218+165+209=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5D1 is #255A2E. Grayscale: #B9B9B9. Windows color (decimal): -2447919 or 13739482. OLE color: 13739482.

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

Color convert

RGB218165209-
CMYK00.240.040.15
HSL310.19º41.73%75.1%-
HSV(B)310.19º24.31%85.49%-
XYZ53.8846.4266.44-
YUV185.86141.06150.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=36.82%
G=27.87%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816520900.240.040.15310.1941.7375.1
HexDAA5D10184F1362a4b
Octal33224532103041746652113
Binary11011010101001011101000101100010011111001101101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5D1; }

 p { color: rgb(218,165,209); }

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

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

 a { background-color: rgb(218,165,209); }

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

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

 span { border-color: rgb(218,165,209); }

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