#D09CFC

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

Shades of Mauve #D09CFC

Tints of Mauve #D09CFC

Color information

#D09CFC (or 0xD09CFC) is unknown color: approx Mauve. HEX triplet: D0, 9C and FC. RGB value is (208,156,252). Sum of RGB (Red+Green+Blue) = 208+156+252=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFC is #2F6303. Grayscale: #B6B6B6. Windows color (decimal): -3105540 or 16555216. OLE color: 16555216.

HSL color Cylindrical-coordinate representation of color #D09CFC: hue angle of 272.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09CFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208156252-
CMYK0.170.3800.01
HSL272.5º94.12%80%-
HSV(B)272.5º38.1%98.82%-
XYZ55.4744.2297.71-
YUV182.49167.23146.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=33.77%
G=25.32%
B=40.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081562520.170.3800.01272.594.1280
HexD09CFC1126011105e50
Octal320234374214601420136120
Binary110100001001110011111100100011001100110001000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CFC; }

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

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

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

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

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

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

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

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