#DA96D9

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

Shades of Plum #DA96D9

Tints of Plum #DA96D9

Color information

#DA96D9 (or 0xDA96D9) is unknown color: approx Plum. HEX triplet: DA, 96 and D9. RGB value is (218,150,217). Sum of RGB (Red+Green+Blue) = 218+150+217=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D9 is #256926. Grayscale: #B1B1B1. Windows color (decimal): -2451751 or 14259930. OLE color: 14259930.

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

Color convert

RGB218150217-
CMYK00.310.000.15
HSL300.88º47.89%72.16%-
HSV(B)300.88º31.19%85.49%-
XYZ52.3441.7370.94-
YUV177.97150.03156.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=37.26%
G=25.64%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815021700.310.000.15300.8847.8972.16
HexDA96D901F0F12d3048
Octal33222633103701745560110
Binary110110101001011011011001011111011111001011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96D9; }

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

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

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

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

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

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

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

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