#DA9ACE

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

Shades of Plum #DA9ACE

Tints of Plum #DA9ACE

Color information

#DA9ACE (or 0xDA9ACE) is unknown color: approx Plum. HEX triplet: DA, 9A and CE. RGB value is (218,154,206). Sum of RGB (Red+Green+Blue) = 218+154+206=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACE is #256531. Grayscale: #B2B2B2. Windows color (decimal): -2450738 or 13540058. OLE color: 13540058.

HSL color Cylindrical-coordinate representation of color #DA9ACE: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9ACE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218154206-
CMYK00.290.060.15
HSL311.25º46.38%72.94%-
HSV(B)311.25º29.36%85.49%-
XYZ51.6142.4763.87-
YUV179.06143.2155.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=37.72%
G=26.64%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815420600.290.060.15311.2546.3872.94
HexDA9ACE01D6F1372e49
Octal33223231603561746756111
Binary11011010100110101100111001110111011111001101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ACE; }

 p { color: rgb(218,154,206); }

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

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

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

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

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

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

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