#DD97CC

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

Shades of Plum #DD97CC

Tints of Plum #DD97CC

Color information

#DD97CC (or 0xDD97CC) is unknown color: approx Plum. HEX triplet: DD, 97 and CC. RGB value is (221,151,204). Sum of RGB (Red+Green+Blue) = 221+151+204=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97CC is #226833. Grayscale: #B1B1B1. Windows color (decimal): -2254900 or 13408221. OLE color: 13408221.

HSL color Cylindrical-coordinate representation of color #DD97CC: hue angle of 314.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD97CC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221151204-
CMYK00.320.080.13
HSL314.57º50.72%72.94%-
HSV(B)314.57º31.67%86.67%-
XYZ51.7841.8762.48-
YUV177.97142.69158.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=38.37%
G=26.22%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115120400.320.080.13314.5750.7272.94
HexDD97CC0208D13b3349
Octal335227314040101547363111
Binary1101110110010111110011000100000100011011001110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97CC; }

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

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

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

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

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

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

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

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