#DB92EA

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

Shades of Plum #DB92EA

Tints of Plum #DB92EA

Color information

#DB92EA (or 0xDB92EA) is unknown color: approx Plum. HEX triplet: DB, 92 and EA. RGB value is (219,146,234). Sum of RGB (Red+Green+Blue) = 219+146+234=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92EA is #246D15. Grayscale: #B1B1B1. Windows color (decimal): -2387222 or 15373019. OLE color: 15373019.

HSL color Cylindrical-coordinate representation of color #DB92EA: hue angle of 289.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB92EA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219146234-
CMYK0.060.3800.08
HSL289.77º67.69%74.51%-
HSV(B)289.77º37.61%91.76%-
XYZ54.3441.5683-
YUV177.86159.68157.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 146 (57.42% from 255) = 24.37%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=36.56%
G=24.37%
B=39.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191462340.060.3800.08289.7767.6974.51
HexDB92EA62608122444b
Octal333222352646010442104113
Binary1101101110010010111010101101001100100010010001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92EA; }

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

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

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

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

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

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

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

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