#DC8DD1

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

Shades of Plum #DC8DD1

Tints of Plum #DC8DD1

Color information

#DC8DD1 (or 0xDC8DD1) is unknown color: approx Plum. HEX triplet: DC, 8D and D1. RGB value is (220,141,209). Sum of RGB (Red+Green+Blue) = 220+141+209=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD1 is #23722E. Grayscale: #ACACAC. Windows color (decimal): -2322991 or 13733340. OLE color: 13733340.

HSL color Cylindrical-coordinate representation of color #DC8DD1: hue angle of 308.35º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DD1 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220141209-
CMYK00.360.050.14
HSL308.35º53.02%70.78%-
HSV(B)308.35º35.91%86.27%-
XYZ50.5538.8765.16-
YUV172.37148.67161.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=38.60%
G=24.74%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014120900.360.050.14308.3553.0270.78
HexDC8DD10245E1343547
Octal33421532104451646465107
Binary110111001000110111010001010010010111101001101001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DD1; }

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

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

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

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

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

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

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

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