#dc96d6

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

Shades of Plum #DC96D6

Tints of Plum #DC96D6

Color information

#DC96D6 (or 0xDC96D6) is unknown color: approx Plum. HEX triplet: DC, 96 and D6. RGB value is (220,150,214). Sum of RGB (Red+Green+Blue) = 220+150+214=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D6 is #236929. Grayscale: #B2B2B2. Windows color (decimal): -2320682 or 14063324. OLE color: 14063324.

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

Color convert

RGB220150214-
CMYK00.320.030.14
HSL305.14º50%72.55%-
HSV(B)305.14º31.82%86.27%-
XYZ52.5641.8868.93-
YUV178.23148.19157.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=37.67%
G=25.68%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015021400.320.030.14305.145072.55
HexDC96D60203E1313249
Octal33422632604031646162111
Binary11011100100101101101011001000001111101001100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc96d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc96d6; }

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

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

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

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

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

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

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

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