#DD9DFF

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

Shades of Mauve #DD9DFF

Tints of Mauve #DD9DFF

Color information

#DD9DFF (or 0xDD9DFF) is unknown color: approx Mauve. HEX triplet: DD, 9D and FF. RGB value is (221,157,255). Sum of RGB (Red+Green+Blue) = 221+157+255=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DFF is #226200. Grayscale: #BABABA. Windows color (decimal): -2253313 or 16752093. OLE color: 16752093.

HSL color Cylindrical-coordinate representation of color #DD9DFF: hue angle of 279.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9DFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221157255-
CMYK0.130.3800
HSL279.18º100%80.78%-
HSV(B)279.18º38.43%100%-
XYZ59.9346.71100.46-
YUV187.31166.2152.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 255 (100% from 255) = 40.28%
R=34.91%
G=24.80%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211572550.130.3800279.1810080.78
HexDD9DFFD26001176451
Octal335235377154600427144121
Binary11011101100111011111111111011001100010001011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DFF; }

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

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

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

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

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

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

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

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