#DF98FB

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

Shades of Mauve #DF98FB

Tints of Mauve #DF98FB

Color information

#DF98FB (or 0xDF98FB) is unknown color: approx Mauve. HEX triplet: DF, 98 and FB. RGB value is (223,152,251). Sum of RGB (Red+Green+Blue) = 223+152+251=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FB is #206704. Grayscale: #B8B8B8. Windows color (decimal): -2123525 or 16488671. OLE color: 16488671.

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

Color convert

RGB223152251-
CMYK0.110.3900.02
HSL283.03º92.52%79.02%-
HSV(B)283.03º39.44%98.43%-
XYZ59.0745.1196.86-
YUV184.52165.52155.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 152 (59.77% from 255) = 24.28%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=35.62%
G=24.28%
B=40.10%

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
Decimal2231522510.110.3900.02283.0392.5279.02
HexDF98FBB270211b5d4f
Octal337230373134702433135117
Binary110111111001100011111011101110011101010001101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98FB; }

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

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

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

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

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

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

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

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