#D895FB

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

Shades of Mauve #D895FB

Tints of Mauve #D895FB

Color information

#D895FB (or 0xD895FB) is unknown color: approx Mauve. HEX triplet: D8, 95 and FB. RGB value is (216,149,251). Sum of RGB (Red+Green+Blue) = 216+149+251=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D895FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895FB is #276A04. Grayscale: #B4B4B4. Windows color (decimal): -2583045 or 16487896. OLE color: 16487896.

HSL color Cylindrical-coordinate representation of color #D895FB: hue angle of 279.41º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D895FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216149251-
CMYK0.140.4100.02
HSL279.41º92.73%78.43%-
HSV(B)279.41º40.64%98.43%-
XYZ56.4843.0696.6-
YUV180.66167.7153.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.06%
GREEN value IS 149 (58.59% from 255) = 24.19%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=35.06%
G=24.19%
B=40.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161492510.140.4100.02279.4192.7378.43
HexD895FBE29021175d4e
Octal330225373165102427135116
Binary110110001001010111111011111010100101010001011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895FB; }

 p { color: rgb(216,149,251); }

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

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

 a { background-color: rgb(216,149,251); }

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

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

 span { border-color: rgb(216,149,251); }

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