#DC9AFF

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

Shades of Mauve #DC9AFF

Tints of Mauve #DC9AFF

Color information

#DC9AFF (or 0xDC9AFF) is unknown color: approx Mauve. HEX triplet: DC, 9A and FF. RGB value is (220,154,255). Sum of RGB (Red+Green+Blue) = 220+154+255=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFF is #236500. Grayscale: #B8B8B8. Windows color (decimal): -2319617 or 16751324. OLE color: 16751324.

HSL color Cylindrical-coordinate representation of color #DC9AFF: hue angle of 279.21º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9AFF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220154255-
CMYK0.140.4000
HSL279.21º100%80.2%-
HSV(B)279.21º39.61%100%-
XYZ59.1245.55100.28-
YUV185.25167.37152.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 255 (100% from 255) = 40.54%
R=34.98%
G=24.48%
B=40.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201542550.140.4000279.2110080.2
HexDC9AFFE28001176450
Octal334232377165000427144120
Binary11011100100110101111111111101010000010001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AFF; }

 p { color: rgb(220,154,255); }

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

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

 a { background-color: rgb(220,154,255); }

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

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

 span { border-color: rgb(220,154,255); }

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