#DC9AFA

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

Shades of Mauve #DC9AFA

Tints of Mauve #DC9AFA

Color information

#DC9AFA (or 0xDC9AFA) is unknown color: approx Mauve. HEX triplet: DC, 9A and FA. RGB value is (220,154,250). Sum of RGB (Red+Green+Blue) = 220+154+250=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFA is #236505. Grayscale: #B8B8B8. Windows color (decimal): -2319622 or 16423644. OLE color: 16423644.

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

Color convert

RGB220154250-
CMYK0.120.3800.02
HSL281.25º90.57%79.22%-
HSV(B)281.25º38.4%98.04%-
XYZ58.3345.2396.1-
YUV184.68164.87153.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 154 (60.55% from 255) = 24.68%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=35.26%
G=24.68%
B=40.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201542500.120.3800.02281.2590.5779.22
HexDC9AFAC26021195b4f
Octal334232372144602431133117
Binary110111001001101011111010110010011001010001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AFA; }

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

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

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

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

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

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

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

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