#DC9DFB

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

Shades of Mauve #DC9DFB

Tints of Mauve #DC9DFB

Color information

#DC9DFB (or 0xDC9DFB) is unknown color: approx Mauve. HEX triplet: DC, 9D and FB. RGB value is (220,157,251). Sum of RGB (Red+Green+Blue) = 220+157+251=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFB is #236204. Grayscale: #BABABA. Windows color (decimal): -2318853 or 16489948. OLE color: 16489948.

HSL color Cylindrical-coordinate representation of color #DC9DFB: hue angle of 280.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9DFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220157251-
CMYK0.120.3700.02
HSL280.21º92.16%80%-
HSV(B)280.21º37.45%98.43%-
XYZ58.9846.2997.09-
YUV186.55164.37151.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 157 (61.72% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=35.03%
G=25%
B=39.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201572510.120.3700.02280.2192.1680
HexDC9DFBC25021185c50
Octal334235373144502430134120
Binary110111001001110111111011110010010101010001100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DFB; }

 p { color: rgb(220,157,251); }

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

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

 a { background-color: rgb(220,157,251); }

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

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

 span { border-color: rgb(220,157,251); }

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