#DD97DA

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

Shades of Plum #DD97DA

Tints of Plum #DD97DA

Color information

#DD97DA (or 0xDD97DA) is unknown color: approx Plum. HEX triplet: DD, 97 and DA. RGB value is (221,151,218). Sum of RGB (Red+Green+Blue) = 221+151+218=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DA is #226825. Grayscale: #B3B3B3. Windows color (decimal): -2254886 or 14325725. OLE color: 14325725.

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

Color convert

RGB221151218-
CMYK00.320.010.13
HSL302.57º50.72%72.94%-
HSV(B)302.57º31.67%86.67%-
XYZ53.5442.5771.72-
YUV179.57149.69157.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=37.46%
G=25.59%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115121800.320.010.13302.5750.7272.94
HexDD97DA0201D12f3349
Octal33522733204011545763111
Binary1101110110010111110110100100000111011001011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97DA; }

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

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

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

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

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

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

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

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