#D097F9

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

Shades of Mauve #D097F9

Tints of Mauve #D097F9

Color information

#D097F9 (or 0xD097F9) is unknown color: approx Mauve. HEX triplet: D0, 97 and F9. RGB value is (208,151,249). Sum of RGB (Red+Green+Blue) = 208+151+249=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #D097F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097F9 is #2F6806. Grayscale: #B2B2B2. Windows color (decimal): -3106823 or 16357328. OLE color: 16357328.

HSL color Cylindrical-coordinate representation of color #D097F9: hue angle of 274.9º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D097F9 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208151249-
CMYK0.160.3900.02
HSL274.9º89.09%78.43%-
HSV(B)274.9º39.36%97.65%-
XYZ54.1842.3894.95-
YUV179.22167.38148.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=34.21%
G=24.84%
B=40.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081512490.160.3900.02274.989.0978.43
HexD097F9102702113594e
Octal320227371204702423131116
Binary1101000010010111111110011000010011101010001001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097F9; }

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

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

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

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

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

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

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

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