#DD99FE

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

Shades of Mauve #DD99FE

Tints of Mauve #DD99FE

Color information

#DD99FE (or 0xDD99FE) is unknown color: approx Mauve. HEX triplet: DD, 99 and FE. RGB value is (221,153,254). Sum of RGB (Red+Green+Blue) = 221+153+254=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FE is #226601. Grayscale: #B8B8B8. Windows color (decimal): -2254338 or 16685533. OLE color: 16685533.

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

Color convert

RGB221153254-
CMYK0.130.4000.00
HSL280.4º98.06%79.8%-
HSV(B)280.4º39.76%99.61%-
XYZ59.145.3199.4-
YUV184.85167.03153.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 153 (60.16% from 255) = 24.36%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=35.19%
G=24.36%
B=40.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211532540.130.4000.00280.498.0679.8
HexDD99FED28001186250
Octal335231376155000430142120
Binary11011101100110011111111011011010000010001100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99FE; }

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

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

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

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

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

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

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

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