#DC8DDD

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

Shades of Plum #DC8DDD

Tints of Plum #DC8DDD

Color information

#DC8DDD (or 0xDC8DDD) is unknown color: approx Plum. HEX triplet: DC, 8D and DD. RGB value is (220,141,221). Sum of RGB (Red+Green+Blue) = 220+141+221=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDD is #237222. Grayscale: #ADADAD. Windows color (decimal): -2322979 or 14519772. OLE color: 14519772.

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

Color convert

RGB220141221-
CMYK0.000.3600.13
HSL299.25º54.05%70.98%-
HSV(B)299.25º36.2%86.67%-
XYZ52.0939.4973.28-
YUV173.74154.67161-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=37.80%
G=24.23%
B=37.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201412210.000.3600.13299.2554.0570.98
HexDC8DDD0240D12b3647
Octal33421533504401545366107
Binary1101110010001101110111010100100011011001010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DDD; }

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

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

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

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

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

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

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

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