#DA9DE8

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

Shades of Plum #DA9DE8

Tints of Plum #DA9DE8

Color information

#DA9DE8 (or 0xDA9DE8) is unknown color: approx Plum. HEX triplet: DA, 9D and E8. RGB value is (218,157,232). Sum of RGB (Red+Green+Blue) = 218+157+232=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA9DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DE8 is #256217. Grayscale: #B7B7B7. Windows color (decimal): -2449944 or 15244762. OLE color: 15244762.

HSL color Cylindrical-coordinate representation of color #DA9DE8: hue angle of 288.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9DE8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218157232-
CMYK0.060.3200.09
HSL288.8º61.98%76.27%-
HSV(B)288.8º32.33%90.98%-
XYZ55.5444.8582.07-
YUV183.79155.21152.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=35.91%
G=25.86%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181572320.060.3200.09288.861.9876.27
HexDA9DE8620091213e4c
Octal33223535064001144176114
Binary110110101001110111101000110100000010011001000011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DE8; }

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

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

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

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

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

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

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

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