#DE99FF

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

Shades of Mauve #DE99FF

Tints of Mauve #DE99FF

Color information

#DE99FF (or 0xDE99FF) is unknown color: approx Mauve. HEX triplet: DE, 99 and FF. RGB value is (222,153,255). Sum of RGB (Red+Green+Blue) = 222+153+255=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99FF is #216600. Grayscale: #B8B8B8. Windows color (decimal): -2188801 or 16751070. OLE color: 16751070.

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

Color convert

RGB222153255-
CMYK0.130.400
HSL280.59º100%80%-
HSV(B)280.59º40%100%-
XYZ59.5745.53100.26-
YUV185.26167.36154.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 153 (60.16% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 40.48%
R=35.24%
G=24.29%
B=40.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221532550.130.400280.5910080
HexDE99FFD28001196450
Octal336231377155000431144120
Binary11011110100110011111111111011010000010001100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99FF; }

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

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

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

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

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

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

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

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