#DC98F9

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

Shades of Mauve #DC98F9

Tints of Mauve #DC98F9

Color information

#DC98F9 (or 0xDC98F9) is unknown color: approx Mauve. HEX triplet: DC, 98 and F9. RGB value is (220,152,249). Sum of RGB (Red+Green+Blue) = 220+152+249=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98F9 is #236706. Grayscale: #B7B7B7. Windows color (decimal): -2320135 or 16357596. OLE color: 16357596.

HSL color Cylindrical-coordinate representation of color #DC98F9: hue angle of 282.06º degrees, saturation: 0.89, 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 #DC98F9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220152249-
CMYK0.120.3900.02
HSL282.06º88.99%78.63%-
HSV(B)282.06º38.96%97.65%-
XYZ57.8444.5195.17-
YUV183.39165.03154.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=35.43%
G=24.48%
B=40.10%

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
Decimal2201522490.120.3900.02282.0688.9978.63
HexDC98F9C270211a594f
Octal334230371144702432131117
Binary110111001001100011111001110010011101010001101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98F9; }

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

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

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

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

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

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

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

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