#DAA8DC

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

Shades of Plum #DAA8DC

Tints of Plum #DAA8DC

Color information

#DAA8DC (or 0xDAA8DC) is unknown color: approx Plum. HEX triplet: DA, A8 and DC. RGB value is (218,168,220). Sum of RGB (Red+Green+Blue) = 218+168+220=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DC is #255723. Grayscale: #BCBCBC. Windows color (decimal): -2447140 or 14461146. OLE color: 14461146.

HSL color Cylindrical-coordinate representation of color #DAA8DC: hue angle of 297.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA8DC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218168220-
CMYK0.010.2400.14
HSL297.69º42.62%76.08%-
HSV(B)297.69º23.64%86.27%-
XYZ55.8348.0874.05-
YUV188.88145.56148.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=35.97%
G=27.72%
B=36.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181682200.010.2400.14297.6942.6276.08
HexDAA8DC1180E12a2b4c
Octal33225033413001645253114
Binary110110101010100011011100111000011101001010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8DC; }

 p { color: rgb(218,168,220); }

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

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

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

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

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

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

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