#DE90CC

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

Shades of Plum #DE90CC

Tints of Plum #DE90CC

Color information

#DE90CC (or 0xDE90CC) is unknown color: approx Plum. HEX triplet: DE, 90 and CC. RGB value is (222,144,204). Sum of RGB (Red+Green+Blue) = 222+144+204=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90CC is #216F33. Grayscale: #AEAEAE. Windows color (decimal): -2191156 or 13406430. OLE color: 13406430.

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

Color convert

RGB222144204-
CMYK00.350.080.13
HSL313.85º54.17%71.76%-
HSV(B)313.85º35.14%87.06%-
XYZ5139.8462.13-
YUV174.16144.84162.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 25.26%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=38.95%
G=25.26%
B=35.79%

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
Decimal22214420400.350.080.13313.8554.1771.76
HexDE90CC0238D13a3648
Octal336220314043101547266110
Binary1101111010010000110011000100011100011011001110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90CC; }

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

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

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

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

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

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

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

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