#DD99D1

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

Shades of Plum #DD99D1

Tints of Plum #DD99D1

Color information

#DD99D1 (or 0xDD99D1) is unknown color: approx Plum. HEX triplet: DD, 99 and D1. RGB value is (221,153,209). Sum of RGB (Red+Green+Blue) = 221+153+209=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D1 is #22662E. Grayscale: #B3B3B3. Windows color (decimal): -2254383 or 13736413. OLE color: 13736413.

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

Color convert

RGB221153209-
CMYK00.310.050.13
HSL310.59º50%73.33%-
HSV(B)310.59º30.77%86.67%-
XYZ52.7242.7665.8-
YUV179.72144.53157.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=37.91%
G=26.24%
B=35.85%

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
Decimal22115320900.310.050.13310.595073.33
HexDD99D101F5D1373249
Octal33523132103751546762111
Binary11011101100110011101000101111110111011001101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99D1; }

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

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

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

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

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

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

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

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