#DAACDA

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

Shades of Plum #DAACDA

Tints of Plum #DAACDA

Color information

#DAACDA (or 0xDAACDA) is unknown color: approx Plum. HEX triplet: DA, AC and DA. RGB value is (218,172,218). Sum of RGB (Red+Green+Blue) = 218+172+218=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDA is #255325. Grayscale: #BEBEBE. Windows color (decimal): -2446118 or 14331098. OLE color: 14331098.

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

Color convert

RGB218172218-
CMYK00.2100.15
HSL300º38.33%76.47%-
HSV(B)300º21.1%85.49%-
XYZ56.3249.4772.91-
YUV191143.24147.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=35.86%
G=28.29%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817221800.2100.1530038.3376.47
HexDAACDA0150F12c264c
Octal33225433202501745446114
Binary110110101010110011011010010101011111001011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACDA; }

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

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

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

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

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

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

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

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