#DB9FFD

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

Shades of Mauve #DB9FFD

Tints of Mauve #DB9FFD

Color information

#DB9FFD (or 0xDB9FFD) is unknown color: approx Mauve. HEX triplet: DB, 9F and FD. RGB value is (219,159,253). Sum of RGB (Red+Green+Blue) = 219+159+253=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFD is #246002. Grayscale: #BBBBBB. Windows color (decimal): -2383875 or 16621531. OLE color: 16621531.

HSL color Cylindrical-coordinate representation of color #DB9FFD: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9FFD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219159253-
CMYK0.130.3700.01
HSL278.3º95.92%80.78%-
HSV(B)278.3º37.15%99.22%-
XYZ59.3446.9598.86-
YUV187.66164.88150.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 159 (62.5% from 255) = 25.20%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=34.71%
G=25.20%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191592530.130.3700.01278.395.9280.78
HexDB9FFDD25011166051
Octal333237375154501426140121
Binary11011011100111111111110111011001010110001011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FFD; }

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

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

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

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

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

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

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

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