#D999F5

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

Shades of Mauve #D999F5

Tints of Mauve #D999F5

Color information

#D999F5 (or 0xD999F5) is unknown color: approx Mauve. HEX triplet: D9, 99 and F5. RGB value is (217,153,245). Sum of RGB (Red+Green+Blue) = 217+153+245=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 245 - color contains mainly: blue. Hex color #D999F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999F5 is #26660A. Grayscale: #B6B6B6. Windows color (decimal): -2516491 or 16095705. OLE color: 16095705.

HSL color Cylindrical-coordinate representation of color #D999F5: hue angle of 281.74º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D999F5 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217153245-
CMYK0.110.3800.04
HSL281.74º82.14%78.04%-
HSV(B)281.74º37.55%96.08%-
XYZ56.4944.1391.93-
YUV182.62163.2152.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 153 (60.16% from 255) = 24.88%
BLUE value IS 245 (96.09% from 255) = 39.84%
R=35.28%
G=24.88%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171532450.110.3800.04281.7482.1478.04
HexD999F5B260411a524e
Octal331231365134604432122116
Binary1101100110011001111101011011100110010010001101010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999F5; }

 p { color: rgb(217,153,245); }

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

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

 a { background-color: rgb(217,153,245); }

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

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

 span { border-color: rgb(217,153,245); }

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