#DB9FFF

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

Shades of Mauve #DB9FFF

Tints of Mauve #DB9FFF

Color information

#DB9FFF (or 0xDB9FFF) is unknown color: approx Mauve. HEX triplet: DB, 9F and FF. RGB value is (219,159,255). Sum of RGB (Red+Green+Blue) = 219+159+255=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFF is #246000. Grayscale: #BBBBBB. Windows color (decimal): -2383873 or 16752603. OLE color: 16752603.

HSL color Cylindrical-coordinate representation of color #DB9FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9FFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219159255-
CMYK0.140.3800
HSL277.5º100%81.18%-
HSV(B)277.5º37.65%100%-
XYZ59.6647.08100.55-
YUV187.88165.88150.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 40.28%
R=34.60%
G=25.12%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191592550.140.3800277.510081.18
HexDB9FFFE26001166451
Octal333237377164600426144121
Binary11011011100111111111111111101001100010001011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FFF; }

 p { color: rgb(219,159,255); }

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

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

 a { background-color: rgb(219,159,255); }

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

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

 span { border-color: rgb(219,159,255); }

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