#D195F8

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

Shades of Mauve #D195F8

Tints of Mauve #D195F8

Color information

#D195F8 (or 0xD195F8) is unknown color: approx Mauve. HEX triplet: D1, 95 and F8. RGB value is (209,149,248). Sum of RGB (Red+Green+Blue) = 209+149+248=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #D195F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195F8 is #2E6A07. Grayscale: #B1B1B1. Windows color (decimal): -3041800 or 16291281. OLE color: 16291281.

HSL color Cylindrical-coordinate representation of color #D195F8: hue angle of 276.36º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D195F8 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209149248-
CMYK0.160.4000.03
HSL276.36º87.61%77.84%-
HSV(B)276.36º39.92%97.25%-
XYZ53.9941.8394.04-
YUV178.23167.38149.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 248 (97.27% from 255) = 40.92%
R=34.49%
G=24.59%
B=40.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2091492480.160.4000.03276.3687.6177.84
HexD195F8102803114584e
Octal321225370205003424130116
Binary1101000110010101111110001000010100001110001010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195F8; }

 p { color: rgb(209,149,248); }

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

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

 a { background-color: rgb(209,149,248); }

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

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

 span { border-color: rgb(209,149,248); }

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