#DD9DF8

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

Shades of Mauve #DD9DF8

Tints of Mauve #DD9DF8

Color information

#DD9DF8 (or 0xDD9DF8) is unknown color: approx Mauve. HEX triplet: DD, 9D and F8. RGB value is (221,157,248). Sum of RGB (Red+Green+Blue) = 221+157+248=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF8 is #226207. Grayscale: #BABABA. Windows color (decimal): -2253320 or 16293341. OLE color: 16293341.

HSL color Cylindrical-coordinate representation of color #DD9DF8: hue angle of 282.2º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9DF8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221157248-
CMYK0.110.3700.03
HSL282.2º86.67%79.41%-
HSV(B)282.2º36.69%97.25%-
XYZ58.8246.2694.64-
YUV186.51162.7152.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=35.30%
G=25.08%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211572480.110.3700.03282.286.6779.41
HexDD9DF8B250311a574f
Octal335235370134503432127117
Binary110111011001110111111000101110010101110001101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DF8; }

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

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

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

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

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

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

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

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