#D99AFD

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

Shades of Mauve #D99AFD

Tints of Mauve #D99AFD

Color information

#D99AFD (or 0xD99AFD) is unknown color: approx Mauve. HEX triplet: D9, 9A and FD. RGB value is (217,154,253). Sum of RGB (Red+Green+Blue) = 217+154+253=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #D99AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AFD is #266502. Grayscale: #B7B7B7. Windows color (decimal): -2516227 or 16620249. OLE color: 16620249.

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

Color convert

RGB217154253-
CMYK0.140.3900.01
HSL278.18º96.12%79.8%-
HSV(B)278.18º39.13%99.22%-
XYZ57.944.9598.55-
YUV184.12166.87151.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 154 (60.55% from 255) = 24.68%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=34.78%
G=24.68%
B=40.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171542530.140.3900.01278.1896.1279.8
HexD99AFDE27011166050
Octal331232375164701426140120
Binary11011001100110101111110111101001110110001011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AFD; }

 p { color: rgb(217,154,253); }

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

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

 a { background-color: rgb(217,154,253); }

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

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

 span { border-color: rgb(217,154,253); }

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