#D096FD

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

Shades of Mauve #D096FD

Tints of Mauve #D096FD

Color information

#D096FD (or 0xD096FD) is unknown color: approx Mauve. HEX triplet: D0, 96 and FD. RGB value is (208,150,253). Sum of RGB (Red+Green+Blue) = 208+150+253=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D096FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FD is #2F6902. Grayscale: #B2B2B2. Windows color (decimal): -3107075 or 16619216. OLE color: 16619216.

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

Color convert

RGB208150253-
CMYK0.180.4100.01
HSL273.79º96.26%79.02%-
HSV(B)273.79º40.71%99.22%-
XYZ54.6542.3198.22-
YUV179.08169.72148.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=34.04%
G=24.55%
B=41.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081502530.180.4100.01273.7996.2679.02
HexD096FD122901112604f
Octal320226375225101422140117
Binary110100001001011011111101100101010010110001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096FD; }

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

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

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

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

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

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

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

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