#DA96CC

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

Shades of Plum #DA96CC

Tints of Plum #DA96CC

Color information

#DA96CC (or 0xDA96CC) is unknown color: approx Plum. HEX triplet: DA, 96 and CC. RGB value is (218,150,204). Sum of RGB (Red+Green+Blue) = 218+150+204=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96CC is #256933. Grayscale: #B0B0B0. Windows color (decimal): -2451764 or 13407962. OLE color: 13407962.

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

Color convert

RGB218150204-
CMYK00.310.060.15
HSL312.35º47.89%72.16%-
HSV(B)312.35º31.19%85.49%-
XYZ50.7241.0862.38-
YUV176.49143.53157.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=38.11%
G=26.22%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815020400.310.060.15312.3547.8972.16
HexDA96CC01F6F1383048
Octal33222631403761747060110
Binary11011010100101101100110001111111011111001110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96CC; }

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

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

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

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

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

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

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

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