#DA96DD

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

Shades of Plum #DA96DD

Tints of Plum #DA96DD

Color information

#DA96DD (or 0xDA96DD) is unknown color: approx Plum. HEX triplet: DA, 96 and DD. RGB value is (218,150,221). Sum of RGB (Red+Green+Blue) = 218+150+221=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96DD is #256922. Grayscale: #B2B2B2. Windows color (decimal): -2451747 or 14522074. OLE color: 14522074.

HSL color Cylindrical-coordinate representation of color #DA96DD: hue angle of 297.46º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA96DD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218150221-
CMYK0.010.3200.13
HSL297.46º51.08%72.75%-
HSV(B)297.46º32.13%86.67%-
XYZ52.8741.9473.71-
YUV178.43152.03156.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 150 (58.98% from 255) = 25.47%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=37.01%
G=25.47%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181502210.010.3200.13297.4651.0872.75
HexDA96DD1200D1293349
Octal33222633514001545163111
Binary1101101010010110110111011100000011011001010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96DD; }

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

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

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

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

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

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

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

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