#DD99DA

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

Shades of Plum #DD99DA

Tints of Plum #DD99DA

Color information

#DD99DA (or 0xDD99DA) is unknown color: approx Plum. HEX triplet: DD, 99 and DA. RGB value is (221,153,218). Sum of RGB (Red+Green+Blue) = 221+153+218=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DA is #226625. Grayscale: #B4B4B4. Windows color (decimal): -2254374 or 14326237. OLE color: 14326237.

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

Color convert

RGB221153218-
CMYK00.310.010.13
HSL302.65º50%73.33%-
HSV(B)302.65º30.77%86.67%-
XYZ53.8643.2271.83-
YUV180.74149.03156.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 153 (60.16% from 255) = 25.84%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=37.33%
G=25.84%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115321800.310.010.13302.655073.33
HexDD99DA01F1D12f3249
Octal33523133203711545762111
Binary110111011001100111011010011111111011001011111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99DA; }

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

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

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

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

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

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

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

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