#DA9FE4

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

Shades of Plum #DA9FE4

Tints of Plum #DA9FE4

Color information

#DA9FE4 (or 0xDA9FE4) is unknown color: approx Plum. HEX triplet: DA, 9F and E4. RGB value is (218,159,228). Sum of RGB (Red+Green+Blue) = 218+159+228=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA9FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FE4 is #25601B. Grayscale: #B8B8B8. Windows color (decimal): -2449436 or 14983130. OLE color: 14983130.

HSL color Cylindrical-coordinate representation of color #DA9FE4: hue angle of 291.3º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9FE4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218159228-
CMYK0.040.3000.11
HSL291.3º56.1%75.88%-
HSV(B)291.3º30.26%89.41%-
XYZ55.3245.379.23-
YUV184.51152.55151.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=36.03%
G=26.28%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181592280.040.3000.11291.356.175.88
HexDA9FE441E0B123384c
Octal33223734443601344370114
Binary11011010100111111110010010011110010111001000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FE4; }

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

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

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

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

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

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

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

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