#DC96CB

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

Shades of Plum #DC96CB

Tints of Plum #DC96CB

Color information

#DC96CB (or 0xDC96CB) is unknown color: approx Plum. HEX triplet: DC, 96 and CB. RGB value is (220,150,203). Sum of RGB (Red+Green+Blue) = 220+150+203=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CB is #236934. Grayscale: #B0B0B0. Windows color (decimal): -2320693 or 13342428. OLE color: 13342428.

HSL color Cylindrical-coordinate representation of color #DC96CB: hue angle of 314.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96CB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220150203-
CMYK00.320.080.14
HSL314.57º50%72.55%-
HSV(B)314.57º31.82%86.27%-
XYZ51.241.3461.78-
YUV176.97142.69158.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=38.39%
G=26.18%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015020300.320.080.14314.575072.55
HexDC96CB0208E13b3249
Octal334226313040101647362111
Binary1101110010010110110010110100000100011101001110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96CB; }

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

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

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

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

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

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

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

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