#DD9CDD

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

Shades of Plum #DD9CDD

Tints of Plum #DD9CDD

Color information

#DD9CDD (or 0xDD9CDD) is unknown color: approx Plum. HEX triplet: DD, 9C and DD. RGB value is (221,156,221). Sum of RGB (Red+Green+Blue) = 221+156+221=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDD is #226322. Grayscale: #B6B6B6. Windows color (decimal): -2253603 or 14523613. OLE color: 14523613.

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

Color convert

RGB221156221-
CMYK00.2900.13
HSL300º48.87%73.92%-
HSV(B)300º29.41%86.67%-
XYZ54.7644.3774.08-
YUV182.84149.53155.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115622100.2900.1330048.8773.92
HexDD9CDD01D0D12c314a
Octal33523433503501545461112
Binary110111011001110011011101011101011011001011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CDD; }

 p { color: rgb(221,156,221); }

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

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

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

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

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

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

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