#DD9DF3

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

Shades of Mauve #DD9DF3

Tints of Mauve #DD9DF3

Color information

#DD9DF3 (or 0xDD9DF3) is unknown color: approx Mauve. HEX triplet: DD, 9D and F3. RGB value is (221,157,243). Sum of RGB (Red+Green+Blue) = 221+157+243=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF3 is #22620C. Grayscale: #B9B9B9. Windows color (decimal): -2253325 or 15965661. OLE color: 15965661.

HSL color Cylindrical-coordinate representation of color #DD9DF3: hue angle of 284.65º degrees, saturation: 0.78, 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 #DD9DF3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221157243-
CMYK0.090.3500.05
HSL284.65º78.18%78.43%-
HSV(B)284.65º35.39%95.29%-
XYZ58.0545.9690.6-
YUV185.94160.2153.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=35.59%
G=25.28%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211572430.090.3500.05284.6578.1878.43
HexDD9DF39230511d4e4e
Octal335235363114305435116116
Binary1101110110011101111100111001100011010110001110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DF3; }

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

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

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

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

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

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

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

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