#DD97EC

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

Shades of Plum #DD97EC

Tints of Plum #DD97EC

Color information

#DD97EC (or 0xDD97EC) is unknown color: approx Plum. HEX triplet: DD, 97 and EC. RGB value is (221,151,236). Sum of RGB (Red+Green+Blue) = 221+151+236=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97EC is #226813. Grayscale: #B5B5B5. Windows color (decimal): -2254868 or 15505373. OLE color: 15505373.

HSL color Cylindrical-coordinate representation of color #DD97EC: hue angle of 289.41º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD97EC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221151236-
CMYK0.060.3600.07
HSL289.41º69.11%75.88%-
HSV(B)289.41º36.02%92.55%-
XYZ56.0343.5684.81-
YUV181.62158.69156.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=36.35%
G=24.84%
B=38.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211512360.060.3600.07289.4169.1175.88
HexDD97EC62407121454c
Octal33522735464407441105114
Binary110111011001011111101100110100100011110010000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97EC; }

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

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

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

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

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

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

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

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