#DD99D8

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

Shades of Plum #DD99D8

Tints of Plum #DD99D8

Color information

#DD99D8 (or 0xDD99D8) is unknown color: approx Plum. HEX triplet: DD, 99 and D8. RGB value is (221,153,216). Sum of RGB (Red+Green+Blue) = 221+153+216=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D8 is #226627. Grayscale: #B4B4B4. Windows color (decimal): -2254376 or 14195165. OLE color: 14195165.

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

Color convert

RGB221153216-
CMYK00.310.020.13
HSL304.41º50%73.33%-
HSV(B)304.41º30.77%86.67%-
XYZ53.643.1170.46-
YUV180.51148.03156.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=37.46%
G=25.93%
B=36.61%

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
Decimal22115321600.310.020.13304.415073.33
HexDD99D801F2D1303249
Octal33523133003721546062111
Binary1101110110011001110110000111111011011001100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99D8; }

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

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

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

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

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

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

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

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