#D094FD

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

Shades of Mauve #D094FD

Tints of Mauve #D094FD

Color information

#D094FD (or 0xD094FD) is unknown color: approx Mauve. HEX triplet: D0, 94 and FD. RGB value is (208,148,253). Sum of RGB (Red+Green+Blue) = 208+148+253=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #D094FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094FD is #2F6B02. Grayscale: #B1B1B1. Windows color (decimal): -3107587 or 16618704. OLE color: 16618704.

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

Color convert

RGB208148253-
CMYK0.180.4200.01
HSL274.29º96.33%78.63%-
HSV(B)274.29º41.5%99.22%-
XYZ54.3341.6898.11-
YUV177.91170.38149.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 148 (58.20% from 255) = 24.30%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=34.15%
G=24.30%
B=41.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081482530.180.4200.01274.2996.3378.63
HexD094FD122A01112604f
Octal320224375225201422140117
Binary110100001001010011111101100101010100110001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D094FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D094FD; }

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

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

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

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

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

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

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

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