#DE91CD

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

Shades of Plum #DE91CD

Tints of Plum #DE91CD

Color information

#DE91CD (or 0xDE91CD) is unknown color: approx Plum. HEX triplet: DE, 91 and CD. RGB value is (222,145,205). Sum of RGB (Red+Green+Blue) = 222+145+205=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91CD is #216E32. Grayscale: #AEAEAE. Windows color (decimal): -2190899 or 13472222. OLE color: 13472222.

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

Color convert

RGB222145205-
CMYK00.350.080.13
HSL313.25º53.85%71.96%-
HSV(B)313.25º34.68%87.06%-
XYZ51.2740.1962.81-
YUV174.86145.01161.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=38.81%
G=25.35%
B=35.84%

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
Decimal22214520500.350.080.13313.2553.8571.96
HexDE91CD0238D1393648
Octal336221315043101547166110
Binary1101111010010001110011010100011100011011001110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91CD; }

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

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

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

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

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

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

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

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