#DD97D5

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

Shades of Plum #DD97D5

Tints of Plum #DD97D5

Color information

#DD97D5 (or 0xDD97D5) is unknown color: approx Plum. HEX triplet: DD, 97 and D5. RGB value is (221,151,213). Sum of RGB (Red+Green+Blue) = 221+151+213=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D5 is #22682A. Grayscale: #B2B2B2. Windows color (decimal): -2254891 or 13998045. OLE color: 13998045.

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

Color convert

RGB221151213-
CMYK00.320.040.13
HSL306.86º50.72%72.94%-
HSV(B)306.86º31.67%86.67%-
XYZ52.942.3168.33-
YUV179147.19157.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=37.78%
G=25.81%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115121300.320.040.13306.8650.7272.94
HexDD97D50204D1333349
Octal33522732504041546363111
Binary110111011001011111010101010000010011011001100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97D5; }

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

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

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

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

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

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

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

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