#DA96E1

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

Shades of Plum #DA96E1

Tints of Plum #DA96E1

Color information

#DA96E1 (or 0xDA96E1) is unknown color: approx Plum. HEX triplet: DA, 96 and E1. RGB value is (218,150,225). Sum of RGB (Red+Green+Blue) = 218+150+225=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96E1 is #25691E. Grayscale: #B2B2B2. Windows color (decimal): -2451743 or 14784218. OLE color: 14784218.

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

Color convert

RGB218150225-
CMYK0.030.3300.12
HSL294.4º55.56%73.53%-
HSV(B)294.4º33.33%88.24%-
XYZ53.4142.1576.56-
YUV178.88154.03155.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 225 (88.28% from 255) = 37.94%
R=36.76%
G=25.30%
B=37.94%

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
Decimal2181502250.030.3300.12294.455.5673.53
HexDA96E13210C126384a
Octal33222634134101444670112
Binary11011010100101101110000111100001011001001001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96E1; }

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

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

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

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

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

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

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

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