#DD97D6

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

Shades of Plum #DD97D6

Tints of Plum #DD97D6

Color information

#DD97D6 (or 0xDD97D6) is unknown color: approx Plum. HEX triplet: DD, 97 and D6. RGB value is (221,151,214). Sum of RGB (Red+Green+Blue) = 221+151+214=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D6 is #226829. Grayscale: #B2B2B2. Windows color (decimal): -2254890 or 14063581. OLE color: 14063581.

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

Color convert

RGB221151214-
CMYK00.320.030.13
HSL306º50.72%72.94%-
HSV(B)306º31.67%86.67%-
XYZ53.0242.3669-
YUV179.11147.69157.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=37.71%
G=25.77%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115121400.320.030.1330650.7272.94
HexDD97D60203D1323349
Octal33522732604031546263111
Binary11011101100101111101011001000001111011001100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97D6; }

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

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

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

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

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

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

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

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