#DE91CC

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

Shades of Plum #DE91CC

Tints of Plum #DE91CC

Color information

#DE91CC (or 0xDE91CC) is unknown color: approx Plum. HEX triplet: DE, 91 and CC. RGB value is (222,145,204). Sum of RGB (Red+Green+Blue) = 222+145+204=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91CC is #216E33. Grayscale: #AEAEAE. Windows color (decimal): -2190900 or 13406686. OLE color: 13406686.

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

Color convert

RGB222145204-
CMYK00.350.080.13
HSL314.03º53.85%71.96%-
HSV(B)314.03º34.68%87.06%-
XYZ51.1540.1462.18-
YUV174.75144.51161.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=38.88%
G=25.39%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214520400.350.080.13314.0353.8571.96
HexDE91CC0238D13a3648
Octal336221314043101547266110
Binary1101111010010001110011000100011100011011001110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91CC; }

 p { color: rgb(222,145,204); }

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

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

 a { background-color: rgb(222,145,204); }

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

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

 span { border-color: rgb(222,145,204); }

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