#DD9DFB

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

Shades of Mauve #DD9DFB

Tints of Mauve #DD9DFB

Color information

#DD9DFB (or 0xDD9DFB) is unknown color: approx Mauve. HEX triplet: DD, 9D and FB. RGB value is (221,157,251). Sum of RGB (Red+Green+Blue) = 221+157+251=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DFB is #226204. Grayscale: #BABABA. Windows color (decimal): -2253317 or 16489949. OLE color: 16489949.

HSL color Cylindrical-coordinate representation of color #DD9DFB: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9DFB is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221157251-
CMYK0.120.3700.02
HSL280.85º92.16%80%-
HSV(B)280.85º37.45%98.43%-
XYZ59.2946.4597.11-
YUV186.85164.2152.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=35.14%
G=24.96%
B=39.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211572510.120.3700.02280.8592.1680
HexDD9DFBC25021195c50
Octal335235373144502431134120
Binary110111011001110111111011110010010101010001100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DFB; }

 p { color: rgb(221,157,251); }

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

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

 a { background-color: rgb(221,157,251); }

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

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

 span { border-color: rgb(221,157,251); }

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