#D89EFC

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

Shades of Mauve #D89EFC

Tints of Mauve #D89EFC

Color information

#D89EFC (or 0xD89EFC) is unknown color: approx Mauve. HEX triplet: D8, 9E and FC. RGB value is (216,158,252). Sum of RGB (Red+Green+Blue) = 216+158+252=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #D89EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89EFC is #276103. Grayscale: #B9B9B9. Windows color (decimal): -2580740 or 16555736. OLE color: 16555736.

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

Color convert

RGB216158252-
CMYK0.140.3700.01
HSL277.02º94%80.39%-
HSV(B)277.02º37.3%98.82%-
XYZ58.1246.0897.93-
YUV186.06165.22149.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 158 (62.11% from 255) = 25.24%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=34.50%
G=25.24%
B=40.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161582520.140.3700.01277.029480.39
HexD89EFCE25011155e50
Octal330236374164501425136120
Binary11011000100111101111110011101001010110001010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EFC; }

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

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

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

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

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

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

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

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