#DC99FA

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

Shades of Mauve #DC99FA

Tints of Mauve #DC99FA

Color information

#DC99FA (or 0xDC99FA) is unknown color: approx Mauve. HEX triplet: DC, 99 and FA. RGB value is (220,153,250). Sum of RGB (Red+Green+Blue) = 220+153+250=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FA is #236605. Grayscale: #B7B7B7. Windows color (decimal): -2319878 or 16423388. OLE color: 16423388.

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

Color convert

RGB220153250-
CMYK0.120.3900.02
HSL281.44º90.65%79.02%-
HSV(B)281.44º38.8%98.04%-
XYZ58.1644.996.04-
YUV184.09165.2153.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=35.31%
G=24.56%
B=40.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201532500.120.3900.02281.4490.6579.02
HexDC99FAC27021195b4f
Octal334231372144702431133117
Binary110111001001100111111010110010011101010001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99FA; }

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

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

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

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

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

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

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

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