#DB9CF3

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

Shades of Mauve #DB9CF3

Tints of Mauve #DB9CF3

Color information

#DB9CF3 (or 0xDB9CF3) is unknown color: approx Mauve. HEX triplet: DB, 9C and F3. RGB value is (219,156,243). Sum of RGB (Red+Green+Blue) = 219+156+243=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF3 is #24630C. Grayscale: #B8B8B8. Windows color (decimal): -2384653 or 15965403. OLE color: 15965403.

HSL color Cylindrical-coordinate representation of color #DB9CF3: hue angle of 283.45º degrees, saturation: 0.78, 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 #DB9CF3 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219156243-
CMYK0.100.3600.05
HSL283.45º78.38%78.24%-
HSV(B)283.45º35.8%95.29%-
XYZ57.2845.3190.52-
YUV184.76160.87152.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=35.44%
G=25.24%
B=39.32%

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
Decimal2191562430.100.3600.05283.4578.3878.24
HexDB9CF3A240511b4e4e
Octal333234363124405433116116
Binary1101101110011100111100111010100100010110001101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CF3; }

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

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

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

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

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

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

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

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