#DB92E5

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

Shades of Plum #DB92E5

Tints of Plum #DB92E5

Color information

#DB92E5 (or 0xDB92E5) is unknown color: approx Plum. HEX triplet: DB, 92 and E5. RGB value is (219,146,229). Sum of RGB (Red+Green+Blue) = 219+146+229=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92E5 is #246D1A. Grayscale: #B1B1B1. Windows color (decimal): -2387227 or 15045339. OLE color: 15045339.

HSL color Cylindrical-coordinate representation of color #DB92E5: hue angle of 292.77º 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 #DB92E5 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219146229-
CMYK0.040.3600.10
HSL292.77º61.48%73.53%-
HSV(B)292.77º36.24%89.8%-
XYZ53.6441.2779.27-
YUV177.29157.18157.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=36.87%
G=24.58%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191462290.040.3600.10292.7761.4873.53
HexDB92E54240A1253d4a
Octal33322234544401244575112
Binary110110111001001011100101100100100010101001001011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92E5; }

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

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

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

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

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

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

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

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