#DA9FE7

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

Shades of Plum #DA9FE7

Tints of Plum #DA9FE7

Color information

#DA9FE7 (or 0xDA9FE7) is unknown color: approx Plum. HEX triplet: DA, 9F and E7. RGB value is (218,159,231). Sum of RGB (Red+Green+Blue) = 218+159+231=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FE7 is #256018. Grayscale: #B8B8B8. Windows color (decimal): -2449433 or 15179738. OLE color: 15179738.

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

Color convert

RGB218159231-
CMYK0.060.3100.09
HSL289.17º60%76.47%-
HSV(B)289.17º31.17%90.59%-
XYZ55.7445.4781.44-
YUV184.85154.05151.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=35.86%
G=26.15%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181592310.060.3100.09289.176076.47
HexDA9FE761F091213c4c
Octal33223734763701144174114
Binary11011010100111111110011111011111010011001000011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FE7; }

 p { color: rgb(218,159,231); }

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

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

 a { background-color: rgb(218,159,231); }

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

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

 span { border-color: rgb(218,159,231); }

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