#DC97CC

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

Shades of Plum #DC97CC

Tints of Plum #DC97CC

Color information

#DC97CC (or 0xDC97CC) is unknown color: approx Plum. HEX triplet: DC, 97 and CC. RGB value is (220,151,204). Sum of RGB (Red+Green+Blue) = 220+151+204=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC97CC is #236833. Grayscale: #B1B1B1. Windows color (decimal): -2320436 or 13408220. OLE color: 13408220.

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

Color convert

RGB220151204-
CMYK00.310.070.14
HSL313.91º49.64%72.75%-
HSV(B)313.91º31.36%86.27%-
XYZ51.4841.7162.46-
YUV177.67142.86158.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=38.26%
G=26.26%
B=35.48%

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
Decimal22015120400.310.070.14313.9149.6472.75
HexDC97CC01F7E13a3249
Octal33422731403771647262111
Binary11011100100101111100110001111111111101001110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97CC; }

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

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

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

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

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

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

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

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