#DD97DE

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

Shades of Plum #DD97DE

Tints of Plum #DD97DE

Color information

#DD97DE (or 0xDD97DE) is unknown color: approx Plum. HEX triplet: DD, 97 and DE. RGB value is (221,151,222). Sum of RGB (Red+Green+Blue) = 221+151+222=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97DE is #226821. Grayscale: #B3B3B3. Windows color (decimal): -2254882 or 14587869. OLE color: 14587869.

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

Color convert

RGB221151222-
CMYK0.000.3200.13
HSL299.15º51.82%73.14%-
HSV(B)299.15º31.98%87.06%-
XYZ54.0742.7874.51-
YUV180.02151.69157.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=37.21%
G=25.42%
B=37.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211512220.000.3200.13299.1551.8273.14
HexDD97DE0200D12b3449
Octal33522733604001545364111
Binary1101110110010111110111100100000011011001010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97DE; }

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

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

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

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

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

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

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

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