#DC97CD

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

Shades of Plum #DC97CD

Tints of Plum #DC97CD

Color information

#DC97CD (or 0xDC97CD) is unknown color: approx Plum. HEX triplet: DC, 97 and CD. RGB value is (220,151,205). Sum of RGB (Red+Green+Blue) = 220+151+205=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97CD is #236832. Grayscale: #B1B1B1. Windows color (decimal): -2320435 or 13473756. OLE color: 13473756.

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

Color convert

RGB220151205-
CMYK00.310.070.14
HSL313.04º49.64%72.75%-
HSV(B)313.04º31.36%86.27%-
XYZ51.641.7663.1-
YUV177.79143.36158.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=38.19%
G=26.22%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015120500.310.070.14313.0449.6472.75
HexDC97CD01F7E1393249
Octal33422731503771647162111
Binary11011100100101111100110101111111111101001110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97CD; }

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

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

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

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

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

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

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

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