#DE98F9

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

Shades of Mauve #DE98F9

Tints of Mauve #DE98F9

Color information

#DE98F9 (or 0xDE98F9) is unknown color: approx Mauve. HEX triplet: DE, 98 and F9. RGB value is (222,152,249). Sum of RGB (Red+Green+Blue) = 222+152+249=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98F9 is #216706. Grayscale: #B7B7B7. Windows color (decimal): -2189063 or 16357598. OLE color: 16357598.

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

Color convert

RGB222152249-
CMYK0.110.3900.02
HSL283.3º88.99%78.63%-
HSV(B)283.3º38.96%97.65%-
XYZ58.4544.8395.19-
YUV183.99164.69155.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 152 (59.77% from 255) = 24.40%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=35.63%
G=24.40%
B=39.97%

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
Decimal2221522490.110.3900.02283.388.9978.63
HexDE98F9B270211b594f
Octal336230371134702433131117
Binary110111101001100011111001101110011101010001101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98F9; }

 p { color: rgb(222,152,249); }

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

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

 a { background-color: rgb(222,152,249); }

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

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

 span { border-color: rgb(222,152,249); }

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