#DD95F6

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

Shades of Mauve #DD95F6

Tints of Mauve #DD95F6

Color information

#DD95F6 (or 0xDD95F6) is unknown color: approx Mauve. HEX triplet: DD, 95 and F6. RGB value is (221,149,246). Sum of RGB (Red+Green+Blue) = 221+149+246=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD95F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95F6 is #226A09. Grayscale: #B5B5B5. Windows color (decimal): -2255370 or 16160221. OLE color: 16160221.

HSL color Cylindrical-coordinate representation of color #DD95F6: hue angle of 284.54º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD95F6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221149246-
CMYK0.100.3900.04
HSL284.54º84.35%77.45%-
HSV(B)284.54º39.43%96.47%-
XYZ57.243.5292.57-
YUV181.59164.35156.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 149 (58.59% from 255) = 24.19%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=35.88%
G=24.19%
B=39.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211492460.100.3900.04284.5484.3577.45
HexDD95F6A270411d544d
Octal335225366124704435124115
Binary1101110110010101111101101010100111010010001110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95F6; }

 p { color: rgb(221,149,246); }

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

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

 a { background-color: rgb(221,149,246); }

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

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

 span { border-color: rgb(221,149,246); }

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