#D995F9

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

Shades of Mauve #D995F9

Tints of Mauve #D995F9

Color information

#D995F9 (or 0xD995F9) is unknown color: approx Mauve. HEX triplet: D9, 95 and F9. RGB value is (217,149,249). Sum of RGB (Red+Green+Blue) = 217+149+249=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #D995F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995F9 is #266A06. Grayscale: #B4B4B4. Windows color (decimal): -2517511 or 16356825. OLE color: 16356825.

HSL color Cylindrical-coordinate representation of color #D995F9: hue angle of 280.8º degrees, saturation: 0.89, 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 #D995F9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217149249-
CMYK0.130.4000.02
HSL280.8º89.29%78.04%-
HSV(B)280.8º40.16%97.65%-
XYZ56.4643.0994.96-
YUV180.73166.53153.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.28%
GREEN value IS 149 (58.59% from 255) = 24.23%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=35.28%
G=24.23%
B=40.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171492490.130.4000.02280.889.2978.04
HexD995F9D2802119594e
Octal331225371155002431131116
Binary110110011001010111111001110110100001010001100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995F9; }

 p { color: rgb(217,149,249); }

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

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

 a { background-color: rgb(217,149,249); }

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

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

 span { border-color: rgb(217,149,249); }

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