#DD98D8

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

Shades of Plum #DD98D8

Tints of Plum #DD98D8

Color information

#DD98D8 (or 0xDD98D8) is unknown color: approx Plum. HEX triplet: DD, 98 and D8. RGB value is (221,152,216). Sum of RGB (Red+Green+Blue) = 221+152+216=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D8 is #226727. Grayscale: #B3B3B3. Windows color (decimal): -2254632 or 14194909. OLE color: 14194909.

HSL color Cylindrical-coordinate representation of color #DD98D8: hue angle of 304.35º 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 #DD98D8 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221152216-
CMYK00.310.020.13
HSL304.35º50.36%73.14%-
HSV(B)304.35º31.22%86.67%-
XYZ53.4442.7970.41-
YUV179.93148.36157.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 216 (84.77% from 255) = 36.67%
R=37.52%
G=25.81%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115221600.310.020.13304.3550.3673.14
HexDD98D801F2D1303249
Octal33523033003721546062111
Binary1101110110011000110110000111111011011001100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98D8; }

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

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

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

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

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

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

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

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