#DD9DF9

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

Shades of Mauve #DD9DF9

Tints of Mauve #DD9DF9

Color information

#DD9DF9 (or 0xDD9DF9) is unknown color: approx Mauve. HEX triplet: DD, 9D and F9. RGB value is (221,157,249). Sum of RGB (Red+Green+Blue) = 221+157+249=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF9 is #226206. Grayscale: #BABABA. Windows color (decimal): -2253319 or 16358877. OLE color: 16358877.

HSL color Cylindrical-coordinate representation of color #DD9DF9: hue angle of 281.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9DF9 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221157249-
CMYK0.110.3700.02
HSL281.74º88.46%79.61%-
HSV(B)281.74º36.95%97.65%-
XYZ58.9746.3395.46-
YUV186.62163.2152.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=35.25%
G=25.04%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211572490.110.3700.02281.7488.4679.61
HexDD9DF9B250211a5850
Octal335235371134502432130120
Binary110111011001110111111001101110010101010001101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DF9; }

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

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

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

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

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

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

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

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