#DA9DEB

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

Shades of Plum #DA9DEB

Tints of Plum #DA9DEB

Color information

#DA9DEB (or 0xDA9DEB) is unknown color: approx Plum. HEX triplet: DA, 9D and EB. RGB value is (218,157,235). Sum of RGB (Red+Green+Blue) = 218+157+235=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DEB is #256214. Grayscale: #B7B7B7. Windows color (decimal): -2449941 or 15441370. OLE color: 15441370.

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

Color convert

RGB218157235-
CMYK0.070.3300.08
HSL286.92º66.1%76.86%-
HSV(B)286.92º33.19%92.16%-
XYZ55.9745.0284.34-
YUV184.13156.71152.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=35.74%
G=25.74%
B=38.52%

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
Decimal2181572350.070.3300.08286.9266.176.86
HexDA9DEB7210811f424d
Octal332235353741010437102115
Binary1101101010011101111010111111000010100010001111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DEB; }

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

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

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

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

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

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

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

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