#DD9DDE

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

Shades of Plum #DD9DDE

Tints of Plum #DD9DDE

Color information

#DD9DDE (or 0xDD9DDE) is unknown color: approx Plum. HEX triplet: DD, 9D and DE. RGB value is (221,157,222). Sum of RGB (Red+Green+Blue) = 221+157+222=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDE is #226221. Grayscale: #B7B7B7. Windows color (decimal): -2253346 or 14589405. OLE color: 14589405.

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

Color convert

RGB221157222-
CMYK0.000.2900.13
HSL299.08º49.62%74.31%-
HSV(B)299.08º29.28%87.06%-
XYZ55.0644.7674.84-
YUV183.55149.7154.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=36.83%
G=26.17%
B=37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211572220.000.2900.13299.0849.6274.31
HexDD9DDE01D0D12b324a
Octal33523533603501545362112
Binary110111011001110111011110011101011011001010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DDE; }

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

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

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

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

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

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

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

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