#D096FE

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

Shades of Mauve #D096FE

Tints of Mauve #D096FE

Color information

#D096FE (or 0xD096FE) is unknown color: approx Mauve. HEX triplet: D0, 96 and FE. RGB value is (208,150,254). Sum of RGB (Red+Green+Blue) = 208+150+254=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096FE is #2F6901. Grayscale: #B2B2B2. Windows color (decimal): -3107074 or 16684752. OLE color: 16684752.

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

Color convert

RGB208150254-
CMYK0.180.4100.00
HSL273.46º98.11%79.22%-
HSV(B)273.46º40.94%99.61%-
XYZ54.8142.3899.06-
YUV179.2170.22148.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=33.99%
G=24.51%
B=41.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081502540.180.4100.00273.4698.1179.22
HexD096FE122900111624f
Octal320226376225100421142117
Binary110100001001011011111110100101010010010001000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096FE; }

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

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

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

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

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

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

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

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