#DF98FC

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

Shades of Mauve #DF98FC

Tints of Mauve #DF98FC

Color information

#DF98FC (or 0xDF98FC) is unknown color: approx Mauve. HEX triplet: DF, 98 and FC. RGB value is (223,152,252). Sum of RGB (Red+Green+Blue) = 223+152+252=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FC is #206703. Grayscale: #B8B8B8. Windows color (decimal): -2123524 or 16554207. OLE color: 16554207.

HSL color Cylindrical-coordinate representation of color #DF98FC: hue angle of 282.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF98FC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223152252-
CMYK0.120.4000.01
HSL282.6º94.34%79.22%-
HSV(B)282.6º39.68%98.82%-
XYZ59.2345.1797.69-
YUV184.63166.02155.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 152 (59.77% from 255) = 24.24%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=35.57%
G=24.24%
B=40.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231522520.120.4000.01282.694.3479.22
HexDF98FCC280111b5e4f
Octal337230374145001433136117
Binary11011111100110001111110011001010000110001101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98FC; }

 p { color: rgb(223,152,252); }

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

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

 a { background-color: rgb(223,152,252); }

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

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

 span { border-color: rgb(223,152,252); }

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