#D097FE

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

Shades of Mauve #D097FE

Tints of Mauve #D097FE

Color information

#D097FE (or 0xD097FE) is unknown color: approx Mauve. HEX triplet: D0, 97 and FE. RGB value is (208,151,254). Sum of RGB (Red+Green+Blue) = 208+151+254=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D097FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FE is #2F6801. Grayscale: #B3B3B3. Windows color (decimal): -3106818 or 16685008. OLE color: 16685008.

HSL color Cylindrical-coordinate representation of color #D097FE: hue angle of 273.2º 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 #D097FE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208151254-
CMYK0.180.4100.00
HSL273.2º98.1%79.41%-
HSV(B)273.2º40.55%99.61%-
XYZ54.9742.799.11-
YUV179.78169.88148.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=33.93%
G=24.63%
B=41.44%

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
Decimal2081512540.180.4100.00273.298.179.41
HexD097FE122900111624f
Octal320227376225100421142117
Binary110100001001011111111110100101010010010001000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097FE; }

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

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

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

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

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

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

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

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