#DD99DE

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

Shades of Plum #DD99DE

Tints of Plum #DD99DE

Color information

#DD99DE (or 0xDD99DE) is unknown color: approx Plum. HEX triplet: DD, 99 and DE. RGB value is (221,153,222). Sum of RGB (Red+Green+Blue) = 221+153+222=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DE is #226621. Grayscale: #B4B4B4. Windows color (decimal): -2254370 or 14588381. OLE color: 14588381.

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

Color convert

RGB221153222-
CMYK0.000.3100.13
HSL299.13º51.11%73.53%-
HSV(B)299.13º31.08%87.06%-
XYZ54.3943.4374.62-
YUV181.2151.03156.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=37.08%
G=25.67%
B=37.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211532220.000.3100.13299.1351.1173.53
HexDD99DE01F0D12b334a
Octal33523133603701545363112
Binary110111011001100111011110011111011011001010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99DE; }

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

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

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

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

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

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

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

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