#DC9FFB

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

Shades of Mauve #DC9FFB

Tints of Mauve #DC9FFB

Color information

#DC9FFB (or 0xDC9FFB) is unknown color: approx Mauve. HEX triplet: DC, 9F and FB. RGB value is (220,159,251). Sum of RGB (Red+Green+Blue) = 220+159+251=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFB is #236004. Grayscale: #BBBBBB. Windows color (decimal): -2318341 or 16490460. OLE color: 16490460.

HSL color Cylindrical-coordinate representation of color #DC9FFB: hue angle of 279.78º 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 #DC9FFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220159251-
CMYK0.120.3700.02
HSL279.78º92%80.39%-
HSV(B)279.78º36.65%98.43%-
XYZ59.3346.9897.21-
YUV187.73163.71151.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=34.92%
G=25.24%
B=39.84%

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
Decimal2201592510.120.3700.02279.789280.39
HexDC9FFBC25021185c50
Octal334237373144502430134120
Binary110111001001111111111011110010010101010001100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FFB; }

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

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

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

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

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

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

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

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