#DD97E4

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

Shades of Plum #DD97E4

Tints of Plum #DD97E4

Color information

#DD97E4 (or 0xDD97E4) is unknown color: approx Plum. HEX triplet: DD, 97 and E4. RGB value is (221,151,228). Sum of RGB (Red+Green+Blue) = 221+151+228=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD97E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97E4 is #22681B. Grayscale: #B4B4B4. Windows color (decimal): -2254876 or 14981085. OLE color: 14981085.

HSL color Cylindrical-coordinate representation of color #DD97E4: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD97E4 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221151228-
CMYK0.030.3400.11
HSL294.55º58.78%74.31%-
HSV(B)294.55º33.77%89.41%-
XYZ54.8943.1178.83-
YUV180.71154.69156.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 228 (89.45% from 255) = 38%
R=36.83%
G=25.17%
B=38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211512280.030.3400.11294.5558.7874.31
HexDD97E43220B1273b4a
Octal33522734434201344773112
Binary11011101100101111110010011100010010111001001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97E4; }

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

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

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

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

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

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

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

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