#DC9DFE

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

Shades of Mauve #DC9DFE

Tints of Mauve #DC9DFE

Color information

#DC9DFE (or 0xDC9DFE) is unknown color: approx Mauve. HEX triplet: DC, 9D and FE. RGB value is (220,157,254). Sum of RGB (Red+Green+Blue) = 220+157+254=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFE is #236201. Grayscale: #BABABA. Windows color (decimal): -2318850 or 16686556. OLE color: 16686556.

HSL color Cylindrical-coordinate representation of color #DC9DFE: hue angle of 278.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9DFE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220157254-
CMYK0.130.3800.00
HSL278.97º97.98%80.59%-
HSV(B)278.97º38.19%99.61%-
XYZ59.4646.4999.6-
YUV186.9165.87151.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 157 (61.72% from 255) = 24.88%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=34.87%
G=24.88%
B=40.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201572540.130.3800.00278.9797.9880.59
HexDC9DFED26001176251
Octal334235376154600427142121
Binary11011100100111011111111011011001100010001011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DFE; }

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

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

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

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

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

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

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

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