#DB9AF3

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

Shades of Mauve #DB9AF3

Tints of Mauve #DB9AF3

Color information

#DB9AF3 (or 0xDB9AF3) is unknown color: approx Mauve. HEX triplet: DB, 9A and F3. RGB value is (219,154,243). Sum of RGB (Red+Green+Blue) = 219+154+243=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF3 is #24650C. Grayscale: #B7B7B7. Windows color (decimal): -2385165 or 15964891. OLE color: 15964891.

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

Color convert

RGB219154243-
CMYK0.100.3700.05
HSL283.82º78.76%77.84%-
HSV(B)283.82º36.63%95.29%-
XYZ56.9544.6490.41-
YUV183.58161.53153.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=35.55%
G=25%
B=39.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191542430.100.3700.05283.8278.7677.84
HexDB9AF3A250511c4f4e
Octal333232363124505434117116
Binary1101101110011010111100111010100101010110001110010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AF3; }

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

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

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

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

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

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

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

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