#DA9CCE

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

Shades of Plum #DA9CCE

Tints of Plum #DA9CCE

Color information

#DA9CCE (or 0xDA9CCE) is unknown color: approx Plum. HEX triplet: DA, 9C and CE. RGB value is (218,156,206). Sum of RGB (Red+Green+Blue) = 218+156+206=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCE is #256331. Grayscale: #B4B4B4. Windows color (decimal): -2450226 or 13540570. OLE color: 13540570.

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

Color convert

RGB218156206-
CMYK00.280.060.15
HSL311.61º45.59%73.33%-
HSV(B)311.61º28.44%85.49%-
XYZ51.9443.1463.98-
YUV180.24142.54154.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=37.59%
G=26.90%
B=35.52%

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
Decimal21815620600.280.060.15311.6145.5973.33
HexDA9CCE01C6F1382e49
Octal33223431603461747056111
Binary11011010100111001100111001110011011111001110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CCE; }

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

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

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

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

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

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

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

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