#DC9CDD

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

Shades of Plum #DC9CDD

Tints of Plum #DC9CDD

Color information

#DC9CDD (or 0xDC9CDD) is unknown color: approx Plum. HEX triplet: DC, 9C and DD. RGB value is (220,156,221). Sum of RGB (Red+Green+Blue) = 220+156+221=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDD is #236322. Grayscale: #B6B6B6. Windows color (decimal): -2319139 or 14523612. OLE color: 14523612.

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

Color convert

RGB220156221-
CMYK0.000.2900.13
HSL299.08º48.87%73.92%-
HSV(B)299.08º29.41%86.67%-
XYZ54.4544.2174.07-
YUV182.55149.7154.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 156 (61.33% from 255) = 26.13%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=36.85%
G=26.13%
B=37.02%

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
Decimal2201562210.000.2900.13299.0848.8773.92
HexDC9CDD01D0D12b314a
Octal33423433503501545361112
Binary110111001001110011011101011101011011001010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CDD; }

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

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

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

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

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

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

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

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