#DB9CF1

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

Shades of Mauve #DB9CF1

Tints of Mauve #DB9CF1

Color information

#DB9CF1 (or 0xDB9CF1) is unknown color: approx Mauve. HEX triplet: DB, 9C and F1. RGB value is (219,156,241). Sum of RGB (Red+Green+Blue) = 219+156+241=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF1 is #24630E. Grayscale: #B8B8B8. Windows color (decimal): -2384655 or 15834331. OLE color: 15834331.

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

Color convert

RGB219156241-
CMYK0.090.3500.05
HSL284.47º75.22%77.84%-
HSV(B)284.47º35.27%94.51%-
XYZ56.9845.1988.94-
YUV184.53159.87152.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=35.55%
G=25.32%
B=39.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191562410.090.3500.05284.4775.2277.84
HexDB9CF19230511c4b4e
Octal333234361114305434113116
Binary1101101110011100111100011001100011010110001110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CF1; }

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

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

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

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

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

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

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

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