#D892E5

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

Shades of Plum #D892E5

Tints of Plum #D892E5

Color information

#D892E5 (or 0xD892E5) is unknown color: approx Plum. HEX triplet: D8, 92 and E5. RGB value is (216,146,229). Sum of RGB (Red+Green+Blue) = 216+146+229=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #D892E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892E5 is #276D1A. Grayscale: #B0B0B0. Windows color (decimal): -2583835 or 15045336. OLE color: 15045336.

HSL color Cylindrical-coordinate representation of color #D892E5: hue angle of 290.6º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D892E5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216146229-
CMYK0.060.3600.10
HSL290.6º61.48%73.53%-
HSV(B)290.6º36.24%89.8%-
XYZ52.7440.8179.23-
YUV176.39157.69156.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 146 (57.42% from 255) = 24.70%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=36.55%
G=24.70%
B=38.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161462290.060.3600.10290.661.4873.53
HexD892E56240A1233d4a
Octal33022234564401244375112
Binary110110001001001011100101110100100010101001000111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892E5; }

 p { color: rgb(216,146,229); }

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

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

 a { background-color: rgb(216,146,229); }

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

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

 span { border-color: rgb(216,146,229); }

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