#DD97D2

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

Shades of Plum #DD97D2

Tints of Plum #DD97D2

Color information

#DD97D2 (or 0xDD97D2) is unknown color: approx Plum. HEX triplet: DD, 97 and D2. RGB value is (221,151,210). Sum of RGB (Red+Green+Blue) = 221+151+210=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97D2 is #22682D. Grayscale: #B2B2B2. Windows color (decimal): -2254894 or 13801437. OLE color: 13801437.

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

Color convert

RGB221151210-
CMYK00.320.050.13
HSL309.43º50.72%72.94%-
HSV(B)309.43º31.67%86.67%-
XYZ52.5242.1666.34-
YUV178.66145.69158.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 210 (82.42% from 255) = 36.08%
R=37.97%
G=25.95%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115121000.320.050.13309.4350.7272.94
HexDD97D20205D1353349
Octal33522732204051546563111
Binary110111011001011111010010010000010111011001101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97D2; }

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

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

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

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

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

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

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

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