#DC9CF1

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

Shades of Mauve #DC9CF1

Tints of Mauve #DC9CF1

Color information

#DC9CF1 (or 0xDC9CF1) is unknown color: approx Mauve. HEX triplet: DC, 9C and F1. RGB value is (220,156,241). Sum of RGB (Red+Green+Blue) = 220+156+241=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF1 is #23630E. Grayscale: #B8B8B8. Windows color (decimal): -2319119 or 15834332. OLE color: 15834332.

HSL color Cylindrical-coordinate representation of color #DC9CF1: hue angle of 285.18º 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 #DC9CF1 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220156241-
CMYK0.090.3500.05
HSL285.18º75.22%77.84%-
HSV(B)285.18º35.27%94.51%-
XYZ57.2845.3488.95-
YUV184.83159.7153.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=35.66%
G=25.28%
B=39.06%

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
Decimal2201562410.090.3500.05285.1875.2277.84
HexDC9CF19230511d4b4e
Octal334234361114305435113116
Binary1101110010011100111100011001100011010110001110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CF1; }

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

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

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

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

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

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

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

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