#D09EFD

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

Shades of Mauve #D09EFD

Tints of Mauve #D09EFD

Color information

#D09EFD (or 0xD09EFD) is unknown color: approx Mauve. HEX triplet: D0, 9E and FD. RGB value is (208,158,253). Sum of RGB (Red+Green+Blue) = 208+158+253=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFD is #2F6102. Grayscale: #B7B7B7. Windows color (decimal): -3105027 or 16621264. OLE color: 16621264.

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

Color convert

RGB208158253-
CMYK0.180.3800.01
HSL271.58º95.96%80.59%-
HSV(B)271.58º37.55%99.22%-
XYZ55.9744.9698.66-
YUV183.78167.06145.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=33.60%
G=25.53%
B=40.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081582530.180.3800.01271.5895.9680.59
HexD09EFD1226011106051
Octal320236375224601420140121
Binary110100001001111011111101100101001100110001000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09EFD; }

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

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

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

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

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

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

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

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