#DC9FDD

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

Shades of Plum #DC9FDD

Tints of Plum #DC9FDD

Color information

#DC9FDD (or 0xDC9FDD) is unknown color: approx Plum. HEX triplet: DC, 9F and DD. RGB value is (220,159,221). Sum of RGB (Red+Green+Blue) = 220+159+221=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDD is #236022. Grayscale: #B8B8B8. Windows color (decimal): -2318371 or 14524380. OLE color: 14524380.

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

Color convert

RGB220159221-
CMYK0.000.2800.13
HSL299.03º47.69%74.51%-
HSV(B)299.03º28.05%86.67%-
XYZ54.9645.2374.24-
YUV184.31148.71153.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=36.67%
G=26.5%
B=36.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201592210.000.2800.13299.0347.6974.51
HexDC9FDD01C0D12b304b
Octal33423733503401545360113
Binary110111001001111111011101011100011011001010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FDD; }

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

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

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

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

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

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

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

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