#DA96D3

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

Shades of Plum #DA96D3

Tints of Plum #DA96D3

Color information

#DA96D3 (or 0xDA96D3) is unknown color: approx Plum. HEX triplet: DA, 96 and D3. RGB value is (218,150,211). Sum of RGB (Red+Green+Blue) = 218+150+211=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96D3 is #25692C. Grayscale: #B1B1B1. Windows color (decimal): -2451757 or 13866714. OLE color: 13866714.

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

Color convert

RGB218150211-
CMYK00.310.030.15
HSL306.18º47.89%72.16%-
HSV(B)306.18º31.19%85.49%-
XYZ51.5841.4266.9-
YUV177.29147.03157.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=37.65%
G=25.91%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815021100.310.030.15306.1847.8972.16
HexDA96D301F3F1323048
Octal33222632303731746260110
Binary1101101010010110110100110111111111111001100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96D3; }

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

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

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

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

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

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

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

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