#DC96DE

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

Shades of Plum #DC96DE

Tints of Plum #DC96DE

Color information

#DC96DE (or 0xDC96DE) is unknown color: approx Plum. HEX triplet: DC, 96 and DE. RGB value is (220,150,222). Sum of RGB (Red+Green+Blue) = 220+150+222=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DE is #236921. Grayscale: #B2B2B2. Windows color (decimal): -2320674 or 14587612. OLE color: 14587612.

HSL color Cylindrical-coordinate representation of color #DC96DE: hue angle of 298.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96DE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220150222-
CMYK0.010.3200.13
HSL298.33º52.17%72.94%-
HSV(B)298.33º32.43%87.06%-
XYZ53.6142.374.45-
YUV179.14152.19157.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=37.16%
G=25.34%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201502220.010.3200.13298.3352.1772.94
HexDC96DE1200D12a3449
Octal33422633614001545264111
Binary1101110010010110110111101100000011011001010101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96DE; }

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

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

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

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

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

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

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

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