#D895FA

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

Shades of Mauve #D895FA

Tints of Mauve #D895FA

Color information

#D895FA (or 0xD895FA) is unknown color: approx Mauve. HEX triplet: D8, 95 and FA. RGB value is (216,149,250). Sum of RGB (Red+Green+Blue) = 216+149+250=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D895FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D895FA is #276A05. Grayscale: #B4B4B4. Windows color (decimal): -2583046 or 16422360. OLE color: 16422360.

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

Color convert

RGB216149250-
CMYK0.140.4000.02
HSL279.8º90.99%78.24%-
HSV(B)279.8º40.4%98.04%-
XYZ56.324395.77-
YUV180.55167.2153.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=35.12%
G=24.23%
B=40.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161492500.140.4000.02279.890.9978.24
HexD895FAE28021185b4e
Octal330225372165002430133116
Binary110110001001010111111010111010100001010001100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895FA; }

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

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

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

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

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

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

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

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