#DD99CF

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

Shades of Plum #DD99CF

Tints of Plum #DD99CF

Color information

#DD99CF (or 0xDD99CF) is unknown color: approx Plum. HEX triplet: DD, 99 and CF. RGB value is (221,153,207). Sum of RGB (Red+Green+Blue) = 221+153+207=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CF is #226630. Grayscale: #B3B3B3. Windows color (decimal): -2254385 or 13605341. OLE color: 13605341.

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

Color convert

RGB221153207-
CMYK00.310.060.13
HSL312.35º50%73.33%-
HSV(B)312.35º30.77%86.67%-
XYZ52.4742.6664.5-
YUV179.49143.53157.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=38.04%
G=26.33%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115320700.310.060.13312.355073.33
HexDD99CF01F6D1383249
Octal33523131703761547062111
Binary11011101100110011100111101111111011011001110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99CF; }

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

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

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

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

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

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

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

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