#d89cfc

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

Shades of Mauve #D89CFC

Tints of Mauve #D89CFC

Color information

#D89CFC (or 0xD89CFC) is unknown color: approx Mauve. HEX triplet: D8, 9C and FC. RGB value is (216,156,252). Sum of RGB (Red+Green+Blue) = 216+156+252=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D89CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89CFC is #276303. Grayscale: #B8B8B8. Windows color (decimal): -2581252 or 16555224. OLE color: 16555224.

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

Color convert

RGB216156252-
CMYK0.140.3800.01
HSL277.5º94.12%80%-
HSV(B)277.5º38.1%98.82%-
XYZ57.7845.497.81-
YUV184.88165.88150.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.62%
GREEN value IS 156 (61.33% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=34.62%
G=25%
B=40.38%

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
Decimal2161562520.140.3800.01277.594.1280
HexD89CFCE26011165e50
Octal330234374164601426136120
Binary11011000100111001111110011101001100110001011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89cfc; }

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

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

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

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

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

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

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

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