#DA9ECB

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

Shades of Plum #DA9ECB

Tints of Plum #DA9ECB

Color information

#DA9ECB (or 0xDA9ECB) is unknown color: approx Plum. HEX triplet: DA, 9E and CB. RGB value is (218,158,203). Sum of RGB (Red+Green+Blue) = 218+158+203=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ECB is #256134. Grayscale: #B4B4B4. Windows color (decimal): -2449717 or 13344474. OLE color: 13344474.

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

Color convert

RGB218158203-
CMYK00.280.070.15
HSL315º44.78%73.73%-
HSV(B)315º27.52%85.49%-
XYZ51.9243.6762.19-
YUV181.07140.38154.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=37.65%
G=27.29%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815820300.280.070.1531544.7873.73
HexDA9ECB01C7F13b2d4a
Octal33223631303471747355112
Binary11011010100111101100101101110011111111001110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ECB; }

 p { color: rgb(218,158,203); }

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

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

 a { background-color: rgb(218,158,203); }

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

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

 span { border-color: rgb(218,158,203); }

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