#DA96DA

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

Shades of Plum #DA96DA

Tints of Plum #DA96DA

Color information

#DA96DA (or 0xDA96DA) is unknown color: approx Plum. HEX triplet: DA, 96 and DA. RGB value is (218,150,218). Sum of RGB (Red+Green+Blue) = 218+150+218=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96DA is #256925. Grayscale: #B1B1B1. Windows color (decimal): -2451750 or 14325466. OLE color: 14325466.

HSL color Cylindrical-coordinate representation of color #DA96DA: hue angle of 300º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA96DA is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218150218-
CMYK00.3100.15
HSL300º47.89%72.16%-
HSV(B)300º31.19%85.49%-
XYZ52.4741.7871.63-
YUV178.08150.53156.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=37.20%
G=25.60%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815021800.3100.1530047.8972.16
HexDA96DA01F0F12c3048
Octal33222633203701745460110
Binary110110101001011011011010011111011111001011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96DA; }

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

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

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

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

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

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

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

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