#DD97D8

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

Shades of Plum #DD97D8

Tints of Plum #DD97D8

Color information

#DD97D8 (or 0xDD97D8) is unknown color: approx Plum. HEX triplet: DD, 97 and D8. RGB value is (221,151,216). Sum of RGB (Red+Green+Blue) = 221+151+216=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D8 is #226827. Grayscale: #B3B3B3. Windows color (decimal): -2254888 or 14194653. OLE color: 14194653.

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

Color convert

RGB221151216-
CMYK00.320.020.13
HSL304.29º50.72%72.94%-
HSV(B)304.29º31.67%86.67%-
XYZ53.2842.4670.35-
YUV179.34148.69157.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 216 (84.77% from 255) = 36.73%
R=37.59%
G=25.68%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115121600.320.020.13304.2950.7272.94
HexDD97D80202D1303349
Octal33522733004021546063111
Binary11011101100101111101100001000001011011001100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97D8; }

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

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

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

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

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

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

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

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