#DD97F7

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

Shades of Mauve #DD97F7

Tints of Mauve #DD97F7

Color information

#DD97F7 (or 0xDD97F7) is unknown color: approx Mauve. HEX triplet: DD, 97 and F7. RGB value is (221,151,247). Sum of RGB (Red+Green+Blue) = 221+151+247=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD97F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97F7 is #226808. Grayscale: #B6B6B6. Windows color (decimal): -2254857 or 16226269. OLE color: 16226269.

HSL color Cylindrical-coordinate representation of color #DD97F7: hue angle of 283.75º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD97F7 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221151247-
CMYK0.110.3900.03
HSL283.75º85.71%78.04%-
HSV(B)283.75º38.87%96.86%-
XYZ57.6744.2293.49-
YUV182.87164.19155.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 247 (96.88% from 255) = 39.90%
R=35.70%
G=24.39%
B=39.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211512470.110.3900.03283.7585.7178.04
HexDD97F7B270311c564e
Octal335227367134703434126116
Binary110111011001011111110111101110011101110001110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97F7; }

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

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

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

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

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

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

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

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