#DC96D8

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

Shades of Plum #DC96D8

Tints of Plum #DC96D8

Color information

#DC96D8 (or 0xDC96D8) is unknown color: approx Plum. HEX triplet: DC, 96 and D8. RGB value is (220,150,216). Sum of RGB (Red+Green+Blue) = 220+150+216=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D8 is #236927. Grayscale: #B2B2B2. Windows color (decimal): -2320680 or 14194396. OLE color: 14194396.

HSL color Cylindrical-coordinate representation of color #DC96D8: hue angle of 303.43º 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 #DC96D8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220150216-
CMYK00.320.020.14
HSL303.43º50%72.55%-
HSV(B)303.43º31.82%86.27%-
XYZ52.8241.9970.29-
YUV178.45149.19157.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=37.54%
G=25.60%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015021600.320.020.14303.435072.55
HexDC96D80202E12f3249
Octal33422633004021645762111
Binary11011100100101101101100001000001011101001011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96D8; }

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

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

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

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

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

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

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

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