#DF98FA

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

Shades of Mauve #DF98FA

Tints of Mauve #DF98FA

Color information

#DF98FA (or 0xDF98FA) is unknown color: approx Mauve. HEX triplet: DF, 98 and FA. RGB value is (223,152,250). Sum of RGB (Red+Green+Blue) = 223+152+250=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FA is #206705. Grayscale: #B8B8B8. Windows color (decimal): -2123526 or 16423135. OLE color: 16423135.

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

Color convert

RGB223152250-
CMYK0.110.3900.02
HSL283.47º90.74%78.82%-
HSV(B)283.47º39.2%98.04%-
XYZ58.9145.0596.03-
YUV184.4165.02155.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 152 (59.77% from 255) = 24.32%
BLUE value IS 250 (98.05% from 255) = 40%
R=35.68%
G=24.32%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231522500.110.3900.02283.4790.7478.82
HexDF98FAB270211b5b4f
Octal337230372134702433133117
Binary110111111001100011111010101110011101010001101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98FA; }

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

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

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

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

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

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

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

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