#DC9BDD

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

Shades of Plum #DC9BDD

Tints of Plum #DC9BDD

Color information

#DC9BDD (or 0xDC9BDD) is unknown color: approx Plum. HEX triplet: DC, 9B and DD. RGB value is (220,155,221). Sum of RGB (Red+Green+Blue) = 220+155+221=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDD is #236422. Grayscale: #B5B5B5. Windows color (decimal): -2319395 or 14523356. OLE color: 14523356.

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

Color convert

RGB220155221-
CMYK0.000.3000.13
HSL299.09º49.25%73.73%-
HSV(B)299.09º29.86%86.67%-
XYZ54.2943.8874.01-
YUV181.96150.03155.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=36.91%
G=26.01%
B=37.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201552210.000.3000.13299.0949.2573.73
HexDC9BDD01E0D12b314a
Octal33423333503601545361112
Binary110111001001101111011101011110011011001010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BDD; }

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

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

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

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

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

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

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

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