#DAA1D0

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

Shades of Plum #DAA1D0

Tints of Plum #DAA1D0

Color information

#DAA1D0 (or 0xDAA1D0) is unknown color: approx Plum. HEX triplet: DA, A1 and D0. RGB value is (218,161,208). Sum of RGB (Red+Green+Blue) = 218+161+208=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1D0 is #255E2F. Grayscale: #B7B7B7. Windows color (decimal): -2448944 or 13672922. OLE color: 13672922.

HSL color Cylindrical-coordinate representation of color #DAA1D0: hue angle of 310.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1D0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218161208-
CMYK00.260.050.15
HSL310.53º43.51%74.31%-
HSV(B)310.53º26.15%85.49%-
XYZ53.0444.9565.55-
YUV183.4141.88152.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=37.14%
G=27.43%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816120800.260.050.15310.5343.5174.31
HexDAA1D001A5F1372c4a
Octal33224132003251746754112
Binary11011010101000011101000001101010111111001101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1D0; }

 p { color: rgb(218,161,208); }

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

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

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

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

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

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

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