#DD9CCD

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

Shades of Plum #DD9CCD

Tints of Plum #DD9CCD

Color information

#DD9CCD (or 0xDD9CCD) is unknown color: approx Plum. HEX triplet: DD, 9C and CD. RGB value is (221,156,205). Sum of RGB (Red+Green+Blue) = 221+156+205=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCD is #226332. Grayscale: #B4B4B4. Windows color (decimal): -2253619 or 13475037. OLE color: 13475037.

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

Color convert

RGB221156205-
CMYK00.290.070.13
HSL314.77º48.87%73.92%-
HSV(B)314.77º29.41%86.67%-
XYZ52.7343.5663.39-
YUV181.02141.53156.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=37.97%
G=26.80%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115620500.290.070.13314.7748.8773.92
HexDD9CCD01D7D13b314a
Octal33523431503571547361112
Binary11011101100111001100110101110111111011001110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CCD; }

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

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

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

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

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

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

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

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