#DA8CC9

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

Shades of Plum #DA8CC9

Tints of Plum #DA8CC9

Color information

#DA8CC9 (or 0xDA8CC9) is unknown color: approx Plum. HEX triplet: DA, 8C and C9. RGB value is (218,140,201). Sum of RGB (Red+Green+Blue) = 218+140+201=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CC9 is #257336. Grayscale: #AAAAAA. Windows color (decimal): -2454327 or 13208794. OLE color: 13208794.

HSL color Cylindrical-coordinate representation of color #DA8CC9: hue angle of 313.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CC9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218140201-
CMYK00.360.080.15
HSL313.08º51.32%70.2%-
HSV(B)313.08º35.78%85.49%-
XYZ48.8337.8860-
YUV170.28145.34162.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=39.00%
G=25.04%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814020100.360.080.15313.0851.3270.2
HexDA8CC90248F1393346
Octal332214311044101747163106
Binary1101101010001100110010010100100100011111001110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CC9; }

 p { color: rgb(218,140,201); }

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

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

 a { background-color: rgb(218,140,201); }

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

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

 span { border-color: rgb(218,140,201); }

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