#DD99D3

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

Shades of Plum #DD99D3

Tints of Plum #DD99D3

Color information

#DD99D3 (or 0xDD99D3) is unknown color: approx Plum. HEX triplet: DD, 99 and D3. RGB value is (221,153,211). Sum of RGB (Red+Green+Blue) = 221+153+211=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D3 is #22662C. Grayscale: #B3B3B3. Windows color (decimal): -2254381 or 13867485. OLE color: 13867485.

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

Color convert

RGB221153211-
CMYK00.310.050.13
HSL308.82º50%73.33%-
HSV(B)308.82º30.77%86.67%-
XYZ52.9742.8667.11-
YUV179.94145.53157.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=37.78%
G=26.15%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115321100.310.050.13308.825073.33
HexDD99D301F5D1353249
Octal33523132303751546562111
Binary11011101100110011101001101111110111011001101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99D3; }

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

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

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

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

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

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

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

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