#D09BFE

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

Shades of Mauve #D09BFE

Tints of Mauve #D09BFE

Color information

#D09BFE (or 0xD09BFE) is unknown color: approx Mauve. HEX triplet: D0, 9B and FE. RGB value is (208,155,254). Sum of RGB (Red+Green+Blue) = 208+155+254=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFE is #2F6401. Grayscale: #B5B5B5. Windows color (decimal): -3105794 or 16686032. OLE color: 16686032.

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

Color convert

RGB208155254-
CMYK0.180.3900.00
HSL272.12º98.02%80.2%-
HSV(B)272.12º38.98%99.61%-
XYZ55.6244.0199.33-
YUV182.13168.56146.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 155 (60.94% from 255) = 25.12%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=33.71%
G=25.12%
B=41.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081552540.180.3900.00272.1298.0280.2
HexD09BFE1227001106250
Octal320233376224700420142120
Binary110100001001101111111110100101001110010001000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BFE; }

 p { color: rgb(208,155,254); }

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

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

 a { background-color: rgb(208,155,254); }

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

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

 span { border-color: rgb(208,155,254); }

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