#D09CFF

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

Shades of Mauve #D09CFF

Tints of Mauve #D09CFF

Color information

#D09CFF (or 0xD09CFF) is unknown color: approx Mauve. HEX triplet: D0, 9C and FF. RGB value is (208,156,255). Sum of RGB (Red+Green+Blue) = 208+156+255=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFF is #2F6300. Grayscale: #B6B6B6. Windows color (decimal): -3105537 or 16751824. OLE color: 16751824.

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

Color convert

RGB208156255-
CMYK0.180.3900
HSL271.52º100%80.59%-
HSV(B)271.52º38.82%100%-
XYZ55.9544.41100.23-
YUV182.83168.73145.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 255 (100% from 255) = 41.20%
R=33.60%
G=25.20%
B=41.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081562550.180.3900271.5210080.59
HexD09CFF1227001106451
Octal320234377224700420144121
Binary110100001001110011111111100101001110010001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CFF; }

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

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

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

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

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

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

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

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