#D096FB

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

Shades of Mauve #D096FB

Tints of Mauve #D096FB

Color information

#D096FB (or 0xD096FB) is unknown color: approx Mauve. HEX triplet: D0, 96 and FB. RGB value is (208,150,251). Sum of RGB (Red+Green+Blue) = 208+150+251=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #D096FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FB is #2F6904. Grayscale: #B2B2B2. Windows color (decimal): -3107077 or 16488144. OLE color: 16488144.

HSL color Cylindrical-coordinate representation of color #D096FB: hue angle of 274.46º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D096FB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208150251-
CMYK0.170.4000.02
HSL274.46º92.66%78.63%-
HSV(B)274.46º40.24%98.43%-
XYZ54.3342.1996.55-
YUV178.86168.72148.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=34.15%
G=24.63%
B=41.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081502510.170.4000.02274.4692.6678.63
HexD096FB1128021125d4f
Octal320226373215002422135117
Binary1101000010010110111110111000110100001010001001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096FB; }

 p { color: rgb(208,150,251); }

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

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

 a { background-color: rgb(208,150,251); }

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

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

 span { border-color: rgb(208,150,251); }

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