#DC97CE

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

Shades of Plum #DC97CE

Tints of Plum #DC97CE

Color information

#DC97CE (or 0xDC97CE) is unknown color: approx Plum. HEX triplet: DC, 97 and CE. RGB value is (220,151,206). Sum of RGB (Red+Green+Blue) = 220+151+206=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97CE is #236831. Grayscale: #B1B1B1. Windows color (decimal): -2320434 or 13539292. OLE color: 13539292.

HSL color Cylindrical-coordinate representation of color #DC97CE: hue angle of 312.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC97CE is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220151206-
CMYK00.310.060.14
HSL312.17º49.64%72.75%-
HSV(B)312.17º31.36%86.27%-
XYZ51.7241.8163.74-
YUV177.9143.86158.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=38.13%
G=26.17%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015120600.310.060.14312.1749.6472.75
HexDC97CE01F6E1383249
Octal33422731603761647062111
Binary11011100100101111100111001111111011101001110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97CE; }

 p { color: rgb(220,151,206); }

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

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

 a { background-color: rgb(220,151,206); }

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

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

 span { border-color: rgb(220,151,206); }

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