#DD97FB

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

Shades of Mauve #DD97FB

Tints of Mauve #DD97FB

Color information

#DD97FB (or 0xDD97FB) is unknown color: approx Mauve. HEX triplet: DD, 97 and FB. RGB value is (221,151,251). Sum of RGB (Red+Green+Blue) = 221+151+251=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 151 (59.38% from 255 or 24.24% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD97FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97FB is #226804. Grayscale: #B7B7B7. Windows color (decimal): -2254853 or 16488413. OLE color: 16488413.

HSL color Cylindrical-coordinate representation of color #DD97FB: hue angle of 282º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD97FB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221151251-
CMYK0.120.4000.02
HSL282º92.59%78.82%-
HSV(B)282º39.84%98.43%-
XYZ58.344.4796.78-
YUV183.33166.19154.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 24.24%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=35.47%
G=24.24%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211512510.120.4000.0228292.5978.82
HexDD97FBC280211a5d4f
Octal335227373145002432135117
Binary110111011001011111111011110010100001010001101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97FB; }

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

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

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

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

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

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

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

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