#DA9CCC

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

Shades of Plum #DA9CCC

Tints of Plum #DA9CCC

Color information

#DA9CCC (or 0xDA9CCC) is unknown color: approx Plum. HEX triplet: DA, 9C and CC. RGB value is (218,156,204). Sum of RGB (Red+Green+Blue) = 218+156+204=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCC is #256333. Grayscale: #B3B3B3. Windows color (decimal): -2450228 or 13409498. OLE color: 13409498.

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

Color convert

RGB218156204-
CMYK00.280.060.15
HSL313.55º45.59%73.33%-
HSV(B)313.55º28.44%85.49%-
XYZ51.743.0462.71-
YUV180.01141.54155.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=37.72%
G=26.99%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815620400.280.060.15313.5545.5973.33
HexDA9CCC01C6F13a2e49
Octal33223431403461747256111
Binary11011010100111001100110001110011011111001110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CCC; }

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

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

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

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

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

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

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

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