#DA9DE5

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

Shades of Plum #DA9DE5

Tints of Plum #DA9DE5

Color information

#DA9DE5 (or 0xDA9DE5) is unknown color: approx Plum. HEX triplet: DA, 9D and E5. RGB value is (218,157,229). Sum of RGB (Red+Green+Blue) = 218+157+229=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DE5 is #25621A. Grayscale: #B7B7B7. Windows color (decimal): -2449947 or 15048154. OLE color: 15048154.

HSL color Cylindrical-coordinate representation of color #DA9DE5: hue angle of 290.83º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA9DE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218157229-
CMYK0.050.3100.10
HSL290.83º58.06%75.69%-
HSV(B)290.83º31.44%89.8%-
XYZ55.1144.6879.85-
YUV183.45153.71152.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=36.09%
G=25.99%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181572290.050.3100.10290.8358.0675.69
HexDA9DE551F0A1233a4c
Octal33223534553701244372114
Binary11011010100111011110010110111111010101001000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DE5; }

 p { color: rgb(218,157,229); }

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

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

 a { background-color: rgb(218,157,229); }

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

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

 span { border-color: rgb(218,157,229); }

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