#D093FE

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

Shades of Mauve #D093FE

Tints of Mauve #D093FE

Color information

#D093FE (or 0xD093FE) is unknown color: approx Mauve. HEX triplet: D0, 93 and FE. RGB value is (208,147,254). Sum of RGB (Red+Green+Blue) = 208+147+254=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D093FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093FE is #2F6C01. Grayscale: #B1B1B1. Windows color (decimal): -3107842 or 16683984. OLE color: 16683984.

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

Color convert

RGB208147254-
CMYK0.180.4200.00
HSL274.21º98.17%78.63%-
HSV(B)274.21º42.13%99.61%-
XYZ54.3441.4398.9-
YUV177.44171.21149.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=34.15%
G=24.14%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081472540.180.4200.00274.2198.1778.63
HexD093FE122A00112624f
Octal320223376225200422142117
Binary110100001001001111111110100101010100010001001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D093FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D093FE; }

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

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

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

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

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

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

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

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