#dc96e1

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

Shades of Plum #DC96E1

Tints of Plum #DC96E1

Color information

#DC96E1 (or 0xDC96E1) is unknown color: approx Plum. HEX triplet: DC, 96 and E1. RGB value is (220,150,225). Sum of RGB (Red+Green+Blue) = 220+150+225=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96E1 is #23691E. Grayscale: #B3B3B3. Windows color (decimal): -2320671 or 14784220. OLE color: 14784220.

HSL color Cylindrical-coordinate representation of color #DC96E1: hue angle of 296º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC96E1 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220150225-
CMYK0.020.3300.12
HSL296º55.56%73.53%-
HSV(B)296º33.33%88.24%-
XYZ54.0142.4676.58-
YUV179.48153.69156.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=36.97%
G=25.21%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201502250.020.3300.1229655.5673.53
HexDC96E12210C128384a
Octal33422634124101445070112
Binary11011100100101101110000110100001011001001010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc96e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc96e1; }

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

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

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

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

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

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

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

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