#D89DFC

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

Shades of Mauve #D89DFC

Tints of Mauve #D89DFC

Color information

#D89DFC (or 0xD89DFC) is unknown color: approx Mauve. HEX triplet: D8, 9D and FC. RGB value is (216,157,252). Sum of RGB (Red+Green+Blue) = 216+157+252=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #D89DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89DFC is #276203. Grayscale: #B9B9B9. Windows color (decimal): -2580996 or 16555480. OLE color: 16555480.

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

Color convert

RGB216157252-
CMYK0.140.3800.01
HSL277.26º94.06%80.2%-
HSV(B)277.26º37.7%98.82%-
XYZ57.9545.7497.87-
YUV185.47165.55149.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=34.56%
G=25.12%
B=40.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161572520.140.3800.01277.2694.0680.2
HexD89DFCE26011155e50
Octal330235374164601425136120
Binary11011000100111011111110011101001100110001010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DFC; }

 p { color: rgb(216,157,252); }

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

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

 a { background-color: rgb(216,157,252); }

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

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

 span { border-color: rgb(216,157,252); }

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