#DD99F9

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

Shades of Mauve #DD99F9

Tints of Mauve #DD99F9

Color information

#DD99F9 (or 0xDD99F9) is unknown color: approx Mauve. HEX triplet: DD, 99 and F9. RGB value is (221,153,249). Sum of RGB (Red+Green+Blue) = 221+153+249=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F9 is #226606. Grayscale: #B7B7B7. Windows color (decimal): -2254343 or 16357853. OLE color: 16357853.

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

Color convert

RGB221153249-
CMYK0.110.3900.02
HSL282.5º88.89%78.82%-
HSV(B)282.5º38.55%97.65%-
XYZ58.3144.9995.23-
YUV184.28164.53154.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=35.47%
G=24.56%
B=39.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211532490.110.3900.02282.588.8978.82
HexDD99F9B270211a594f
Octal335231371134702432131117
Binary110111011001100111111001101110011101010001101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99F9; }

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

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

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

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

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

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

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

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