#D099FA

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

Shades of Mauve #D099FA

Tints of Mauve #D099FA

Color information

#D099FA (or 0xD099FA) is unknown color: approx Mauve. HEX triplet: D0, 99 and FA. RGB value is (208,153,250). Sum of RGB (Red+Green+Blue) = 208+153+250=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D099FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FA is #2F6605. Grayscale: #B4B4B4. Windows color (decimal): -3106310 or 16423376. OLE color: 16423376.

HSL color Cylindrical-coordinate representation of color #D099FA: hue angle of 274.02º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D099FA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208153250-
CMYK0.170.3900.02
HSL274.02º90.65%79.02%-
HSV(B)274.02º38.8%98.04%-
XYZ54.6643.0995.88-
YUV180.5167.22147.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=34.04%
G=25.04%
B=40.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081532500.170.3900.02274.0290.6579.02
HexD099FA1127021125b4f
Octal320231372214702422133117
Binary1101000010011001111110101000110011101010001001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099FA; }

 p { color: rgb(208,153,250); }

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

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

 a { background-color: rgb(208,153,250); }

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

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

 span { border-color: rgb(208,153,250); }

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