#D09FFC

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

Shades of Mauve #D09FFC

Tints of Mauve #D09FFC

Color information

#D09FFC (or 0xD09FFC) is unknown color: approx Mauve. HEX triplet: D0, 9F and FC. RGB value is (208,159,252). Sum of RGB (Red+Green+Blue) = 208+159+252=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFC is #2F6003. Grayscale: #B7B7B7. Windows color (decimal): -3104772 or 16555984. OLE color: 16555984.

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

Color convert

RGB208159252-
CMYK0.170.3700.01
HSL271.61º93.94%80.59%-
HSV(B)271.61º36.9%98.82%-
XYZ55.9845.2397.88-
YUV184.25166.23144.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=33.60%
G=25.69%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081592520.170.3700.01271.6193.9480.59
HexD09FFC1125011105e51
Octal320237374214501420136121
Binary110100001001111111111100100011001010110001000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FFC; }

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

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

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

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

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

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

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

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