#DE92CE

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

Shades of Plum #DE92CE

Tints of Plum #DE92CE

Color information

#DE92CE (or 0xDE92CE) is unknown color: approx Plum. HEX triplet: DE, 92 and CE. RGB value is (222,146,206). Sum of RGB (Red+Green+Blue) = 222+146+206=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92CE is #216D31. Grayscale: #AFAFAF. Windows color (decimal): -2190642 or 13538014. OLE color: 13538014.

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

Color convert

RGB222146206-
CMYK00.340.070.13
HSL312.63º53.52%72.16%-
HSV(B)312.63º34.23%87.06%-
XYZ51.5440.5463.5-
YUV175.56145.18161.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=38.68%
G=25.44%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214620600.340.070.13312.6353.5272.16
HexDE92CE0227D1393648
Octal33622231604271547166110
Binary110111101001001011001110010001011111011001110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92CE; }

 p { color: rgb(222,146,206); }

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

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

 a { background-color: rgb(222,146,206); }

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

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

 span { border-color: rgb(222,146,206); }

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