#dd96ff

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

Shades of Mauve #DD96FF

Tints of Mauve #DD96FF

Color information

#DD96FF (or 0xDD96FF) is unknown color: approx Mauve. HEX triplet: DD, 96 and FF. RGB value is (221,150,255). Sum of RGB (Red+Green+Blue) = 221+150+255=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96FF is #226900. Grayscale: #B6B6B6. Windows color (decimal): -2255105 or 16750301. OLE color: 16750301.

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

Color convert

RGB221150255-
CMYK0.130.4100
HSL280.57º100%79.41%-
HSV(B)280.57º41.18%100%-
XYZ58.7844.4100.08-
YUV183.2168.52154.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 255 (100% from 255) = 40.73%
R=35.30%
G=23.96%
B=40.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211502550.130.4100280.5710079.41
HexDD96FFD2900119644f
Octal335226377155100431144117
Binary11011101100101101111111111011010010010001100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd96ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd96ff; }

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

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

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

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

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

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

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

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