#D09DFE

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

Shades of Mauve #D09DFE

Tints of Mauve #D09DFE

Color information

#D09DFE (or 0xD09DFE) is unknown color: approx Mauve. HEX triplet: D0, 9D and FE. RGB value is (208,157,254). Sum of RGB (Red+Green+Blue) = 208+157+254=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DFE is #2F6201. Grayscale: #B6B6B6. Windows color (decimal): -3105282 or 16686544. OLE color: 16686544.

HSL color Cylindrical-coordinate representation of color #D09DFE: hue angle of 271.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09DFE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208157254-
CMYK0.180.3800.00
HSL271.55º97.98%80.59%-
HSV(B)271.55º38.19%99.61%-
XYZ55.9644.6899.44-
YUV183.31167.9145.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=33.60%
G=25.36%
B=41.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081572540.180.3800.00271.5597.9880.59
HexD09DFE1226001106251
Octal320235376224600420142121
Binary110100001001110111111110100101001100010001000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09DFE; }

 p { color: rgb(208,157,254); }

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

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

 a { background-color: rgb(208,157,254); }

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

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

 span { border-color: rgb(208,157,254); }

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