#DD99DF

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

Shades of Plum #DD99DF

Tints of Plum #DD99DF

Color information

#DD99DF (or 0xDD99DF) is unknown color: approx Plum. HEX triplet: DD, 99 and DF. RGB value is (221,153,223). Sum of RGB (Red+Green+Blue) = 221+153+223=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DF is #226620. Grayscale: #B5B5B5. Windows color (decimal): -2254369 or 14653917. OLE color: 14653917.

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

Color convert

RGB221153223-
CMYK0.010.3100.13
HSL298.29º52.24%73.73%-
HSV(B)298.29º31.39%87.45%-
XYZ54.5343.4875.33-
YUV181.31151.53156.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=37.02%
G=25.63%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211532230.010.3100.13298.2952.2473.73
HexDD99DF11F0D12a344a
Octal33523133713701545264112
Binary110111011001100111011111111111011011001010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99DF; }

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

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

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

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

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

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

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

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