#D09CF9

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

Shades of Mauve #D09CF9

Tints of Mauve #D09CF9

Color information

#D09CF9 (or 0xD09CF9) is unknown color: approx Mauve. HEX triplet: D0, 9C and F9. RGB value is (208,156,249). Sum of RGB (Red+Green+Blue) = 208+156+249=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #D09CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CF9 is #2F6306. Grayscale: #B5B5B5. Windows color (decimal): -3105543 or 16358608. OLE color: 16358608.

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

Color convert

RGB208156249-
CMYK0.160.3700.02
HSL273.55º88.57%79.41%-
HSV(B)273.55º37.35%97.65%-
XYZ5544.0395.22-
YUV182.15165.73146.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 249 (97.66% from 255) = 40.62%
R=33.93%
G=25.45%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081562490.160.3700.02273.5588.5779.41
HexD09CF9102502112594f
Octal320234371204502422131117
Binary1101000010011100111110011000010010101010001001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CF9; }

 p { color: rgb(208,156,249); }

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

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

 a { background-color: rgb(208,156,249); }

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

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

 span { border-color: rgb(208,156,249); }

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