#DB9FFC

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

Shades of Mauve #DB9FFC

Tints of Mauve #DB9FFC

Color information

#DB9FFC (or 0xDB9FFC) is unknown color: approx Mauve. HEX triplet: DB, 9F and FC. RGB value is (219,159,252). Sum of RGB (Red+Green+Blue) = 219+159+252=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFC is #246003. Grayscale: #BBBBBB. Windows color (decimal): -2383876 or 16555995. OLE color: 16555995.

HSL color Cylindrical-coordinate representation of color #DB9FFC: hue angle of 278.71º degrees, saturation: 0.94, 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 #DB9FFC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219159252-
CMYK0.130.3700.01
HSL278.71º93.94%80.59%-
HSV(B)278.71º36.9%98.82%-
XYZ59.1846.8898.03-
YUV187.54164.38150.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 252 (98.83% from 255) = 40%
R=34.76%
G=25.24%
B=40%

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
Decimal2191592520.130.3700.01278.7193.9480.59
HexDB9FFCD25011175e51
Octal333237374154501427136121
Binary11011011100111111111110011011001010110001011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FFC; }

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

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

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

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

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

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

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

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