#DD9FFD

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

Shades of Mauve #DD9FFD

Tints of Mauve #DD9FFD

Color information

#DD9FFD (or 0xDD9FFD) is unknown color: approx Mauve. HEX triplet: DD, 9F and FD. RGB value is (221,159,253). Sum of RGB (Red+Green+Blue) = 221+159+253=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FFD is #226002. Grayscale: #BBBBBB. Windows color (decimal): -2252803 or 16621533. OLE color: 16621533.

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

Color convert

RGB221159253-
CMYK0.130.3700.01
HSL279.57º95.92%80.78%-
HSV(B)279.57º37.15%99.22%-
XYZ59.9547.2698.89-
YUV188.25164.54151.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=34.91%
G=25.12%
B=39.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211592530.130.3700.01279.5795.9280.78
HexDD9FFDD25011186051
Octal335237375154501430140121
Binary11011101100111111111110111011001010110001100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9FFD; }

 p { color: rgb(221,159,253); }

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

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

 a { background-color: rgb(221,159,253); }

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

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

 span { border-color: rgb(221,159,253); }

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