#DAABD9

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

Shades of Plum #DAABD9

Tints of Plum #DAABD9

Color information

#DAABD9 (or 0xDAABD9) is unknown color: approx Plum. HEX triplet: DA, AB and D9. RGB value is (218,171,217). Sum of RGB (Red+Green+Blue) = 218+171+217=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD9 is #255426. Grayscale: #BEBEBE. Windows color (decimal): -2446375 or 14265306. OLE color: 14265306.

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

Color convert

RGB218171217-
CMYK00.220.000.15
HSL301.28º38.84%76.27%-
HSV(B)301.28º21.56%85.49%-
XYZ5649.0472.16-
YUV190.3143.07147.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=35.97%
G=28.22%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817121700.220.000.15301.2838.8476.27
HexDAABD90160F12d274c
Octal33225333102601745547114
Binary110110101010101111011001010110011111001011011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABD9; }

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

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

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

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

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

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

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

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