#DC91D8

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

Shades of Plum #DC91D8

Tints of Plum #DC91D8

Color information

#DC91D8 (or 0xDC91D8) is unknown color: approx Plum. HEX triplet: DC, 91 and D8. RGB value is (220,145,216). Sum of RGB (Red+Green+Blue) = 220+145+216=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91D8 is #236E27. Grayscale: #AFAFAF. Windows color (decimal): -2321960 or 14193116. OLE color: 14193116.

HSL color Cylindrical-coordinate representation of color #DC91D8: hue angle of 303.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC91D8 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB220145216-
CMYK00.340.020.14
HSL303.2º51.72%71.57%-
HSV(B)303.2º34.09%86.27%-
XYZ52.0440.4270.03-
YUV175.52150.85159.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=37.87%
G=24.96%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014521600.340.020.14303.251.7271.57
HexDC91D80222E12f3448
Octal33422133004221645764110
Binary11011100100100011101100001000101011101001011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC91D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC91D8; }

 p { color: rgb(220,145,216); }

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

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

 a { background-color: rgb(220,145,216); }

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

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

 span { border-color: rgb(220,145,216); }

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