#DAAADA

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

Shades of Plum #DAAADA

Tints of Plum #DAAADA

Color information

#DAAADA (or 0xDAAADA) is unknown color: approx Plum. HEX triplet: DA, AA and DA. RGB value is (218,170,218). Sum of RGB (Red+Green+Blue) = 218+170+218=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAADA is #255525. Grayscale: #BDBDBD. Windows color (decimal): -2446630 or 14330586. OLE color: 14330586.

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

Color convert

RGB218170218-
CMYK00.2200.15
HSL300º39.34%76.08%-
HSV(B)300º22.02%85.49%-
XYZ55.9448.7272.78-
YUV189.82143.9148.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=35.97%
G=28.05%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817021800.2200.1530039.3476.08
HexDAAADA0160F12c274c
Octal33225233202601745447114
Binary110110101010101011011010010110011111001011001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAADA; }

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

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

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

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

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

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

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

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