#DD9BFB

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

Shades of Mauve #DD9BFB

Tints of Mauve #DD9BFB

Color information

#DD9BFB (or 0xDD9BFB) is unknown color: approx Mauve. HEX triplet: DD, 9B and FB. RGB value is (221,155,251). Sum of RGB (Red+Green+Blue) = 221+155+251=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFB is #226404. Grayscale: #B9B9B9. Windows color (decimal): -2253829 or 16489437. OLE color: 16489437.

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

Color convert

RGB221155251-
CMYK0.120.3800.02
HSL281.25º92.31%79.61%-
HSV(B)281.25º38.25%98.43%-
XYZ58.9545.7897-
YUV185.68164.87153.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 155 (60.94% from 255) = 24.72%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=35.25%
G=24.72%
B=40.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211552510.120.3800.02281.2592.3179.61
HexDD9BFBC26021195c50
Octal335233373144602431134120
Binary110111011001101111111011110010011001010001100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BFB; }

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

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

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

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

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

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

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

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