#DD97F9

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

Shades of Mauve #DD97F9

Tints of Mauve #DD97F9

Color information

#DD97F9 (or 0xDD97F9) is unknown color: approx Mauve. HEX triplet: DD, 97 and F9. RGB value is (221,151,249). Sum of RGB (Red+Green+Blue) = 221+151+249=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97F9 is #226806. Grayscale: #B6B6B6. Windows color (decimal): -2254855 or 16357341. OLE color: 16357341.

HSL color Cylindrical-coordinate representation of color #DD97F9: hue angle of 282.86º 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 #DD97F9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221151249-
CMYK0.110.3900.02
HSL282.86º89.09%78.43%-
HSV(B)282.86º39.36%97.65%-
XYZ57.9844.3495.13-
YUV183.1165.19155.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 151 (59.38% from 255) = 24.32%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=35.59%
G=24.32%
B=40.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211512490.110.3900.02282.8689.0978.43
HexDD97F9B270211b594e
Octal335227371134702433131116
Binary110111011001011111111001101110011101010001101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97F9; }

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

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

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

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

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

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

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

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