#DD97CE

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

Shades of Plum #DD97CE

Tints of Plum #DD97CE

Color information

#DD97CE (or 0xDD97CE) is unknown color: approx Plum. HEX triplet: DD, 97 and CE. RGB value is (221,151,206). Sum of RGB (Red+Green+Blue) = 221+151+206=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97CE is #226831. Grayscale: #B2B2B2. Windows color (decimal): -2254898 or 13539293. OLE color: 13539293.

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

Color convert

RGB221151206-
CMYK00.320.070.13
HSL312.86º50.72%72.94%-
HSV(B)312.86º31.67%86.67%-
XYZ52.0341.9663.75-
YUV178.2143.69158.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=38.24%
G=26.12%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115120600.320.070.13312.8650.7272.94
HexDD97CE0207D1393349
Octal33522731604071547163111
Binary110111011001011111001110010000011111011001110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97CE; }

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

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

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

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

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

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

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

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