#DD9DF4

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

Shades of Mauve #DD9DF4

Tints of Mauve #DD9DF4

Color information

#DD9DF4 (or 0xDD9DF4) is unknown color: approx Mauve. HEX triplet: DD, 9D and F4. RGB value is (221,157,244). Sum of RGB (Red+Green+Blue) = 221+157+244=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD9DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF4 is #22620B. Grayscale: #B9B9B9. Windows color (decimal): -2253324 or 16031197. OLE color: 16031197.

HSL color Cylindrical-coordinate representation of color #DD9DF4: hue angle of 284.14º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9DF4 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221157244-
CMYK0.090.3600.04
HSL284.14º79.82%78.63%-
HSV(B)284.14º35.66%95.69%-
XYZ58.246.0291.4-
YUV186.05160.7152.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 244 (95.70% from 255) = 39.23%
R=35.53%
G=25.24%
B=39.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211572440.090.3600.04284.1479.8278.63
HexDD9DF49240411c504f
Octal335235364114404434120117
Binary1101110110011101111101001001100100010010001110010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DF4; }

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

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

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

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

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

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

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

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