#DC9DF1

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

Shades of Mauve #DC9DF1

Tints of Mauve #DC9DF1

Color information

#DC9DF1 (or 0xDC9DF1) is unknown color: approx Mauve. HEX triplet: DC, 9D and F1. RGB value is (220,157,241). Sum of RGB (Red+Green+Blue) = 220+157+241=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DF1 is #23620E. Grayscale: #B9B9B9. Windows color (decimal): -2318863 or 15834588. OLE color: 15834588.

HSL color Cylindrical-coordinate representation of color #DC9DF1: hue angle of 285º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9DF1 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220157241-
CMYK0.090.3500.05
HSL285º75%78.04%-
HSV(B)285º34.85%94.51%-
XYZ57.4545.6889.01-
YUV185.41159.37152.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=35.60%
G=25.40%
B=39.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201572410.090.3500.052857578.04
HexDC9DF19230511d4b4e
Octal334235361114305435113116
Binary1101110010011101111100011001100011010110001110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DF1; }

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

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

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

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

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

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

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

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