#DA9ACC

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

Shades of Plum #DA9ACC

Tints of Plum #DA9ACC

Color information

#DA9ACC (or 0xDA9ACC) is unknown color: approx Plum. HEX triplet: DA, 9A and CC. RGB value is (218,154,204). Sum of RGB (Red+Green+Blue) = 218+154+204=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACC is #256533. Grayscale: #B2B2B2. Windows color (decimal): -2450740 or 13408986. OLE color: 13408986.

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

Color convert

RGB218154204-
CMYK00.290.060.15
HSL313.12º46.38%72.94%-
HSV(B)313.12º29.36%85.49%-
XYZ51.3742.3862.6-
YUV178.84142.2155.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=37.85%
G=26.74%
B=35.42%

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
Decimal21815420400.290.060.15313.1246.3872.94
HexDA9ACC01D6F1392e49
Octal33223231403561747156111
Binary11011010100110101100110001110111011111001110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ACC; }

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

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

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

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

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

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

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

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