#DF97FE

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

Shades of Mauve #DF97FE

Tints of Mauve #DF97FE

Color information

#DF97FE (or 0xDF97FE) is unknown color: approx Mauve. HEX triplet: DF, 97 and FE. RGB value is (223,151,254). Sum of RGB (Red+Green+Blue) = 223+151+254=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97FE is #206801. Grayscale: #B7B7B7. Windows color (decimal): -2123778 or 16685023. OLE color: 16685023.

HSL color Cylindrical-coordinate representation of color #DF97FE: hue angle of 281.94º 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 #DF97FE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223151254-
CMYK0.120.4100.00
HSL281.94º98.1%79.41%-
HSV(B)281.94º40.55%99.61%-
XYZ59.3944.9899.32-
YUV184.27167.35155.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=35.51%
G=24.04%
B=40.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231512540.120.4100.00281.9498.179.41
HexDF97FEC290011a624f
Octal337227376145100432142117
Binary11011111100101111111111011001010010010001101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97FE; }

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

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

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

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

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

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

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

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