#DD99FD

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

Shades of Mauve #DD99FD

Tints of Mauve #DD99FD

Color information

#DD99FD (or 0xDD99FD) is unknown color: approx Mauve. HEX triplet: DD, 99 and FD. RGB value is (221,153,253). Sum of RGB (Red+Green+Blue) = 221+153+253=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FD is #226602. Grayscale: #B8B8B8. Windows color (decimal): -2254339 or 16619997. OLE color: 16619997.

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

Color convert

RGB221153253-
CMYK0.130.4000.01
HSL280.8º96.15%79.61%-
HSV(B)280.8º39.53%99.22%-
XYZ58.9445.2598.56-
YUV184.73166.53153.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 153 (60.16% from 255) = 24.40%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=35.25%
G=24.40%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211532530.130.4000.01280.896.1579.61
HexDD99FDD28011196050
Octal335231375155001431140120
Binary11011101100110011111110111011010000110001100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99FD; }

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

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

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

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

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

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

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

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