#DD9CFE

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

Shades of Mauve #DD9CFE

Tints of Mauve #DD9CFE

Color information

#DD9CFE (or 0xDD9CFE) is unknown color: approx Mauve. HEX triplet: DD, 9C and FE. RGB value is (221,156,254). Sum of RGB (Red+Green+Blue) = 221+156+254=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CFE is #226301. Grayscale: #BABABA. Windows color (decimal): -2253570 or 16686301. OLE color: 16686301.

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

Color convert

RGB221156254-
CMYK0.130.3900.00
HSL279.8º98%80.39%-
HSV(B)279.8º38.58%99.61%-
XYZ59.646.399.56-
YUV186.61166.03152.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 156 (61.33% from 255) = 24.72%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=35.02%
G=24.72%
B=40.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211562540.130.3900.00279.89880.39
HexDD9CFED27001186250
Octal335234376154700430142120
Binary11011101100111001111111011011001110010001100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9CFE; }

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

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

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

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

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

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

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

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