#D195FA

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

Shades of Mauve #D195FA

Tints of Mauve #D195FA

Color information

#D195FA (or 0xD195FA) is unknown color: approx Mauve. HEX triplet: D1, 95 and FA. RGB value is (209,149,250). Sum of RGB (Red+Green+Blue) = 209+149+250=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D195FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195FA is #2E6A05. Grayscale: #B2B2B2. Windows color (decimal): -3041798 or 16422353. OLE color: 16422353.

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

Color convert

RGB209149250-
CMYK0.160.4000.02
HSL275.64º90.99%78.24%-
HSV(B)275.64º40.4%98.04%-
XYZ54.341.9595.68-
YUV178.45168.38149.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 149 (58.59% from 255) = 24.51%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=34.38%
G=24.51%
B=41.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091492500.160.4000.02275.6490.9978.24
HexD195FA1028021145b4e
Octal321225372205002424133116
Binary1101000110010101111110101000010100001010001010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195FA; }

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

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

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

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

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

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

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

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