#D09EFF

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

Shades of Mauve #D09EFF

Tints of Mauve #D09EFF

Color information

#D09EFF (or 0xD09EFF) is unknown color: approx Mauve. HEX triplet: D0, 9E and FF. RGB value is (208,158,255). Sum of RGB (Red+Green+Blue) = 208+158+255=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFF is #2F6100. Grayscale: #B7B7B7. Windows color (decimal): -3105025 or 16752336. OLE color: 16752336.

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

Color convert

RGB208158255-
CMYK0.180.3800
HSL270.93º100%80.98%-
HSV(B)270.93º38.04%100%-
XYZ56.2945.08100.34-
YUV184.01168.06145.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 158 (62.11% from 255) = 25.44%
BLUE value IS 255 (100% from 255) = 41.06%
R=33.49%
G=25.44%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081582550.180.3800270.9310080.98
HexD09EFF12260010f6451
Octal320236377224600417144121
Binary110100001001111011111111100101001100010000111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EFF; }

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

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

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

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

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

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

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

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