#D99BFB

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

Shades of Mauve #D99BFB

Tints of Mauve #D99BFB

Color information

#D99BFB (or 0xD99BFB) is unknown color: approx Mauve. HEX triplet: D9, 9B and FB. RGB value is (217,155,251). Sum of RGB (Red+Green+Blue) = 217+155+251=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #D99BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99BFB is #266404. Grayscale: #B8B8B8. Windows color (decimal): -2515973 or 16489433. OLE color: 16489433.

HSL color Cylindrical-coordinate representation of color #D99BFB: hue angle of 278.75º 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 #D99BFB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217155251-
CMYK0.140.3800.02
HSL278.75º92.31%79.61%-
HSV(B)278.75º38.25%98.43%-
XYZ57.7545.1696.94-
YUV184.48165.54151.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=34.83%
G=24.88%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171552510.140.3800.02278.7592.3179.61
HexD99BFBE26021175c50
Octal331233373164602427134120
Binary110110011001101111111011111010011001010001011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BFB; }

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

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

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

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

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

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

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

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