#DC98F6

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

Shades of Mauve #DC98F6

Tints of Mauve #DC98F6

Color information

#DC98F6 (or 0xDC98F6) is unknown color: approx Mauve. HEX triplet: DC, 98 and F6. RGB value is (220,152,246). Sum of RGB (Red+Green+Blue) = 220+152+246=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC98F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98F6 is #236709. Grayscale: #B6B6B6. Windows color (decimal): -2320138 or 16160988. OLE color: 16160988.

HSL color Cylindrical-coordinate representation of color #DC98F6: hue angle of 283.4º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC98F6 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220152246-
CMYK0.110.3800.04
HSL283.4º83.93%78.04%-
HSV(B)283.4º38.21%96.47%-
XYZ57.3844.3392.72-
YUV183.05163.53154.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 152 (59.77% from 255) = 24.60%
BLUE value IS 246 (96.48% from 255) = 39.81%
R=35.60%
G=24.60%
B=39.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201522460.110.3800.04283.483.9378.04
HexDC98F6B260411b544e
Octal334230366134604433124116
Binary1101110010011000111101101011100110010010001101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98F6; }

 p { color: rgb(220,152,246); }

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

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

 a { background-color: rgb(220,152,246); }

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

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

 span { border-color: rgb(220,152,246); }

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