#DC8DCB

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

Shades of Plum #DC8DCB

Tints of Plum #DC8DCB

Color information

#DC8DCB (or 0xDC8DCB) is unknown color: approx Plum. HEX triplet: DC, 8D and CB. RGB value is (220,141,203). Sum of RGB (Red+Green+Blue) = 220+141+203=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCB is #237234. Grayscale: #ABABAB. Windows color (decimal): -2322997 or 13340124. OLE color: 13340124.

HSL color Cylindrical-coordinate representation of color #DC8DCB: hue angle of 312.91º 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 #DC8DCB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220141203-
CMYK00.360.080.14
HSL312.91º53.02%70.78%-
HSV(B)312.91º35.91%86.27%-
XYZ49.8238.5861.32-
YUV171.69145.67162.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=39.01%
G=25%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014120300.360.080.14312.9153.0270.78
HexDC8DCB0248E1393547
Octal334215313044101647165107
Binary1101110010001101110010110100100100011101001110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DCB; }

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

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

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

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

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

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

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

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