#DD9BFC

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

Shades of Mauve #DD9BFC

Tints of Mauve #DD9BFC

Color information

#DD9BFC (or 0xDD9BFC) is unknown color: approx Mauve. HEX triplet: DD, 9B and FC. RGB value is (221,155,252). Sum of RGB (Red+Green+Blue) = 221+155+252=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFC is #226403. Grayscale: #B9B9B9. Windows color (decimal): -2253828 or 16554973. OLE color: 16554973.

HSL color Cylindrical-coordinate representation of color #DD9BFC: hue angle of 280.82º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9BFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221155252-
CMYK0.120.3800.01
HSL280.82º94.17%79.8%-
HSV(B)280.82º38.49%98.82%-
XYZ59.1145.8497.83-
YUV185.79165.37153.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 155 (60.94% from 255) = 24.68%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=35.19%
G=24.68%
B=40.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211552520.120.3800.01280.8294.1779.8
HexDD9BFCC26011195e50
Octal335233374144601431136120
Binary11011101100110111111110011001001100110001100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BFC; }

 p { color: rgb(221,155,252); }

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

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

 a { background-color: rgb(221,155,252); }

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

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

 span { border-color: rgb(221,155,252); }

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