#DD9DF1

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

Shades of Mauve #DD9DF1

Tints of Mauve #DD9DF1

Color information

#DD9DF1 (or 0xDD9DF1) is unknown color: approx Mauve. HEX triplet: DD, 9D and F1. RGB value is (221,157,241). Sum of RGB (Red+Green+Blue) = 221+157+241=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF1 is #22620E. Grayscale: #B9B9B9. Windows color (decimal): -2253327 or 15834589. OLE color: 15834589.

HSL color Cylindrical-coordinate representation of color #DD9DF1: hue angle of 285.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9DF1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221157241-
CMYK0.080.3500.05
HSL285.71º75%78.04%-
HSV(B)285.71º34.85%94.51%-
XYZ57.7545.8489.02-
YUV185.71159.2153.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=35.70%
G=25.36%
B=38.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211572410.080.3500.05285.717578.04
HexDD9DF18230511e4b4e
Octal335235361104305436113116
Binary1101110110011101111100011000100011010110001111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DF1; }

 p { color: rgb(221,157,241); }

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

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

 a { background-color: rgb(221,157,241); }

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

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

 span { border-color: rgb(221,157,241); }

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