#DB92DA

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

Shades of Plum #DB92DA

Tints of Plum #DB92DA

Color information

#DB92DA (or 0xDB92DA) is unknown color: approx Plum. HEX triplet: DB, 92 and DA. RGB value is (219,146,218). Sum of RGB (Red+Green+Blue) = 219+146+218=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92DA is #246D25. Grayscale: #AFAFAF. Windows color (decimal): -2387238 or 14324443. OLE color: 14324443.

HSL color Cylindrical-coordinate representation of color #DB92DA: hue angle of 300.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92DA is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219146218-
CMYK00.330.000.14
HSL300.82º50.34%71.57%-
HSV(B)300.82º33.33%85.88%-
XYZ52.1540.6871.43-
YUV176.04151.68158.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=37.56%
G=25.04%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914621800.330.000.14300.8250.3471.57
HexDB92DA0210E12d3248
Octal33322233204101645562110
Binary1101101110010010110110100100001011101001011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92DA; }

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

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

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

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

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

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

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

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