#DC99F3

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

Shades of Mauve #DC99F3

Tints of Mauve #DC99F3

Color information

#DC99F3 (or 0xDC99F3) is unknown color: approx Mauve. HEX triplet: DC, 99 and F3. RGB value is (220,153,243). Sum of RGB (Red+Green+Blue) = 220+153+243=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC99F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F3 is #23660C. Grayscale: #B6B6B6. Windows color (decimal): -2319885 or 15964636. OLE color: 15964636.

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

Color convert

RGB220153243-
CMYK0.090.3700.05
HSL284.67º78.95%77.65%-
HSV(B)284.67º37.04%95.29%-
XYZ57.0844.4790.37-
YUV183.29161.7154.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 153 (60.16% from 255) = 24.84%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=35.71%
G=24.84%
B=39.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201532430.090.3700.05284.6778.9577.65
HexDC99F39250511d4f4e
Octal334231363114505435117116
Binary1101110010011001111100111001100101010110001110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99F3; }

 p { color: rgb(220,153,243); }

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

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

 a { background-color: rgb(220,153,243); }

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

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

 span { border-color: rgb(220,153,243); }

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