#DB9CF2

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

Shades of Mauve #DB9CF2

Tints of Mauve #DB9CF2

Color information

#DB9CF2 (or 0xDB9CF2) is unknown color: approx Mauve. HEX triplet: DB, 9C and F2. RGB value is (219,156,242). Sum of RGB (Red+Green+Blue) = 219+156+242=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF2 is #24630D. Grayscale: #B8B8B8. Windows color (decimal): -2384654 or 15899867. OLE color: 15899867.

HSL color Cylindrical-coordinate representation of color #DB9CF2: hue angle of 283.95º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9CF2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219156242-
CMYK0.100.3600.05
HSL283.95º76.79%78.04%-
HSV(B)283.95º35.54%94.9%-
XYZ57.1345.2589.73-
YUV184.64160.37152.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=35.49%
G=25.28%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191562420.100.3600.05283.9576.7978.04
HexDB9CF2A240511c4d4e
Octal333234362124405434115116
Binary1101101110011100111100101010100100010110001110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CF2; }

 p { color: rgb(219,156,242); }

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

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

 a { background-color: rgb(219,156,242); }

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

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

 span { border-color: rgb(219,156,242); }

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