#DC96DF

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

Shades of Plum #DC96DF

Tints of Plum #DC96DF

Color information

#DC96DF (or 0xDC96DF) is unknown color: approx Plum. HEX triplet: DC, 96 and DF. RGB value is (220,150,223). Sum of RGB (Red+Green+Blue) = 220+150+223=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DF is #236920. Grayscale: #B3B3B3. Windows color (decimal): -2320673 or 14653148. OLE color: 14653148.

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

Color convert

RGB220150223-
CMYK0.010.3300.13
HSL297.53º53.28%73.14%-
HSV(B)297.53º32.74%87.45%-
XYZ53.7442.3675.16-
YUV179.25152.69157.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=37.10%
G=25.30%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201502230.010.3300.13297.5353.2873.14
HexDC96DF1210D12a3549
Octal33422633714101545265111
Binary1101110010010110110111111100001011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96DF; }

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

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

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

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

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

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

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

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