#DD98D7

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

Shades of Plum #DD98D7

Tints of Plum #DD98D7

Color information

#DD98D7 (or 0xDD98D7) is unknown color: approx Plum. HEX triplet: DD, 98 and D7. RGB value is (221,152,215). Sum of RGB (Red+Green+Blue) = 221+152+215=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D7 is #226728. Grayscale: #B3B3B3. Windows color (decimal): -2254633 or 14129373. OLE color: 14129373.

HSL color Cylindrical-coordinate representation of color #DD98D7: hue angle of 305.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98D7 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221152215-
CMYK00.310.030.13
HSL305.22º50.36%73.14%-
HSV(B)305.22º31.22%86.67%-
XYZ53.3142.7369.73-
YUV179.81147.86157.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=37.59%
G=25.85%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115221500.310.030.13305.2250.3673.14
HexDD98D701F3D1313249
Octal33523032703731546162111
Binary1101110110011000110101110111111111011001100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98D7; }

 p { color: rgb(221,152,215); }

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

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

 a { background-color: rgb(221,152,215); }

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

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

 span { border-color: rgb(221,152,215); }

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