#DAA7DA

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

Shades of Plum #DAA7DA

Tints of Plum #DAA7DA

Color information

#DAA7DA (or 0xDAA7DA) is unknown color: approx Plum. HEX triplet: DA, A7 and DA. RGB value is (218,167,218). Sum of RGB (Red+Green+Blue) = 218+167+218=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7DA is #255825. Grayscale: #BBBBBB. Windows color (decimal): -2447398 or 14329818. OLE color: 14329818.

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

Color convert

RGB218167218-
CMYK00.2300.15
HSL300º40.8%75.49%-
HSV(B)300º23.39%85.49%-
XYZ55.3947.672.6-
YUV188.06144.9149.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 167 (65.62% from 255) = 27.69%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=36.15%
G=27.69%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816721800.2300.1530040.875.49
HexDAA7DA0170F12c294b
Octal33224733202701745451113
Binary110110101010011111011010010111011111001011001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7DA; }

 p { color: rgb(218,167,218); }

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

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

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

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

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

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

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