#DC97FE

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

Shades of Mauve #DC97FE

Tints of Mauve #DC97FE

Color information

#DC97FE (or 0xDC97FE) is unknown color: approx Mauve. HEX triplet: DC, 97 and FE. RGB value is (220,151,254). Sum of RGB (Red+Green+Blue) = 220+151+254=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97FE is #236801. Grayscale: #B7B7B7. Windows color (decimal): -2320386 or 16685020. OLE color: 16685020.

HSL color Cylindrical-coordinate representation of color #DC97FE: hue angle of 280.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC97FE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220151254-
CMYK0.130.4100.00
HSL280.19º98.1%79.41%-
HSV(B)280.19º40.55%99.61%-
XYZ58.4744.599.27-
YUV183.37167.86154.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 151 (59.38% from 255) = 24.16%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=35.2%
G=24.16%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201512540.130.4100.00280.1998.179.41
HexDC97FED2900118624f
Octal334227376155100430142117
Binary11011100100101111111111011011010010010001100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97FE; }

 p { color: rgb(220,151,254); }

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

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

 a { background-color: rgb(220,151,254); }

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

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

 span { border-color: rgb(220,151,254); }

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