#D09FFD

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

Shades of Mauve #D09FFD

Tints of Mauve #D09FFD

Color information

#D09FFD (or 0xD09FFD) is unknown color: approx Mauve. HEX triplet: D0, 9F and FD. RGB value is (208,159,253). Sum of RGB (Red+Green+Blue) = 208+159+253=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFD is #2F6002. Grayscale: #B8B8B8. Windows color (decimal): -3104771 or 16621520. OLE color: 16621520.

HSL color Cylindrical-coordinate representation of color #D09FFD: hue angle of 271.28º degrees, saturation: 0.96, 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 #D09FFD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208159253-
CMYK0.180.3700.01
HSL271.28º95.92%80.78%-
HSV(B)271.28º37.15%99.22%-
XYZ56.1445.398.71-
YUV184.37166.73144.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 159 (62.5% from 255) = 25.65%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=33.55%
G=25.65%
B=40.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081592530.180.3700.01271.2895.9280.78
HexD09FFD12250110f6051
Octal320237375224501417140121
Binary110100001001111111111101100101001010110000111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FFD; }

 p { color: rgb(208,159,253); }

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

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

 a { background-color: rgb(208,159,253); }

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

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

 span { border-color: rgb(208,159,253); }

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