#DA96CB

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

Shades of Plum #DA96CB

Tints of Plum #DA96CB

Color information

#DA96CB (or 0xDA96CB) is unknown color: approx Plum. HEX triplet: DA, 96 and CB. RGB value is (218,150,203). Sum of RGB (Red+Green+Blue) = 218+150+203=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA96CB is #256934. Grayscale: #B0B0B0. Windows color (decimal): -2451765 or 13342426. OLE color: 13342426.

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

Color convert

RGB218150203-
CMYK00.310.070.15
HSL313.24º47.89%72.16%-
HSV(B)313.24º31.19%85.49%-
XYZ50.641.0361.75-
YUV176.37143.03157.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=38.18%
G=26.27%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815020300.310.070.15313.2447.8972.16
HexDA96CB01F7F1393048
Octal33222631303771747160110
Binary11011010100101101100101101111111111111001110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96CB; }

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

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

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

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

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

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

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

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