#DA96E0

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

Shades of Plum #DA96E0

Tints of Plum #DA96E0

Color information

#DA96E0 (or 0xDA96E0) is unknown color: approx Plum. HEX triplet: DA, 96 and E0. RGB value is (218,150,224). Sum of RGB (Red+Green+Blue) = 218+150+224=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96E0 is #25691F. Grayscale: #B2B2B2. Windows color (decimal): -2451744 or 14718682. OLE color: 14718682.

HSL color Cylindrical-coordinate representation of color #DA96E0: hue angle of 295.14º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA96E0 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218150224-
CMYK0.030.3300.12
HSL295.14º54.41%73.33%-
HSV(B)295.14º33.04%87.84%-
XYZ53.2742.175.84-
YUV178.77153.53155.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=36.82%
G=25.34%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181502240.030.3300.12295.1454.4173.33
HexDA96E03210C1273649
Octal33222634034101444766111
Binary11011010100101101110000011100001011001001001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96E0; }

 p { color: rgb(218,150,224); }

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

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

 a { background-color: rgb(218,150,224); }

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

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

 span { border-color: rgb(218,150,224); }

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