#DA96D6

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

Shades of Plum #DA96D6

Tints of Plum #DA96D6

Color information

#DA96D6 (or 0xDA96D6) is unknown color: approx Plum. HEX triplet: DA, 96 and D6. RGB value is (218,150,214). Sum of RGB (Red+Green+Blue) = 218+150+214=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D6 is #256929. Grayscale: #B1B1B1. Windows color (decimal): -2451754 or 14063322. OLE color: 14063322.

HSL color Cylindrical-coordinate representation of color #DA96D6: hue angle of 303.53º 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 #DA96D6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218150214-
CMYK00.310.020.15
HSL303.53º47.89%72.16%-
HSV(B)303.53º31.19%85.49%-
XYZ51.9641.5768.9-
YUV177.63148.53156.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=37.46%
G=25.77%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815021400.310.020.15303.5347.8972.16
HexDA96D601F2F1303048
Octal33222632603721746060110
Binary1101101010010110110101100111111011111001100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96D6; }

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

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

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

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

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

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

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

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