#D99FFC

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

Shades of Mauve #D99FFC

Tints of Mauve #D99FFC

Color information

#D99FFC (or 0xD99FFC) is unknown color: approx Mauve. HEX triplet: D9, 9F and FC. RGB value is (217,159,252). Sum of RGB (Red+Green+Blue) = 217+159+252=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FFC is #266003. Grayscale: #BABABA. Windows color (decimal): -2514948 or 16555993. OLE color: 16555993.

HSL color Cylindrical-coordinate representation of color #D99FFC: hue angle of 277.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99FFC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217159252-
CMYK0.140.3700.01
HSL277.42º93.94%80.59%-
HSV(B)277.42º36.9%98.82%-
XYZ58.5846.5898-
YUV186.94164.72149.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 159 (62.5% from 255) = 25.32%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=34.55%
G=25.32%
B=40.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171592520.140.3700.01277.4293.9480.59
HexD99FFCE25011155e51
Octal331237374164501425136121
Binary11011001100111111111110011101001010110001010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FFC; }

 p { color: rgb(217,159,252); }

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

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

 a { background-color: rgb(217,159,252); }

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

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

 span { border-color: rgb(217,159,252); }

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