#DA9CEA

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

Shades of Plum #DA9CEA

Tints of Plum #DA9CEA

Color information

#DA9CEA (or 0xDA9CEA) is unknown color: approx Plum. HEX triplet: DA, 9C and EA. RGB value is (218,156,234). Sum of RGB (Red+Green+Blue) = 218+156+234=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CEA is #256315. Grayscale: #B7B7B7. Windows color (decimal): -2450198 or 15375578. OLE color: 15375578.

HSL color Cylindrical-coordinate representation of color #DA9CEA: hue angle of 287.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9CEA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218156234-
CMYK0.070.3300.08
HSL287.69º65%76.47%-
HSV(B)287.69º33.33%91.76%-
XYZ55.6544.6283.52-
YUV183.43156.54152.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 156 (61.33% from 255) = 25.66%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=35.86%
G=25.66%
B=38.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181562340.070.3300.08287.696576.47
HexDA9CEA72108120414c
Octal332234352741010440101114
Binary1101101010011100111010101111000010100010010000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CEA; }

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

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

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

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

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

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

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

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