#DE99FE

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

Shades of Mauve #DE99FE

Tints of Mauve #DE99FE

Color information

#DE99FE (or 0xDE99FE) is unknown color: approx Mauve. HEX triplet: DE, 99 and FE. RGB value is (222,153,254). Sum of RGB (Red+Green+Blue) = 222+153+254=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99FE is #216601. Grayscale: #B8B8B8. Windows color (decimal): -2188802 or 16685534. OLE color: 16685534.

HSL color Cylindrical-coordinate representation of color #DE99FE: hue angle of 280.99º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE99FE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB222153254-
CMYK0.130.4000.00
HSL280.99º98.06%79.8%-
HSV(B)280.99º39.76%99.61%-
XYZ59.445.4799.41-
YUV185.14166.86154.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 153 (60.16% from 255) = 24.32%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=35.29%
G=24.32%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221532540.130.4000.00280.9998.0679.8
HexDE99FED28001196250
Octal336231376155000431142120
Binary11011110100110011111111011011010000010001100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99FE; }

 p { color: rgb(222,153,254); }

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

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

 a { background-color: rgb(222,153,254); }

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

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

 span { border-color: rgb(222,153,254); }

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