#D195FE

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

Shades of Mauve #D195FE

Tints of Mauve #D195FE

Color information

#D195FE (or 0xD195FE) is unknown color: approx Mauve. HEX triplet: D1, 95 and FE. RGB value is (209,149,254). Sum of RGB (Red+Green+Blue) = 209+149+254=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D195FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195FE is #2E6A01. Grayscale: #B2B2B2. Windows color (decimal): -3041794 or 16684497. OLE color: 16684497.

HSL color Cylindrical-coordinate representation of color #D195FE: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D195FE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209149254-
CMYK0.180.4100.00
HSL274.29º98.13%79.02%-
HSV(B)274.29º41.34%99.61%-
XYZ54.9342.2199.02-
YUV178.91170.38149.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 149 (58.59% from 255) = 24.35%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=34.15%
G=24.35%
B=41.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091492540.180.4100.00274.2998.1379.02
HexD195FE122900112624f
Octal321225376225100422142117
Binary110100011001010111111110100101010010010001001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195FE; }

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

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

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

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

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

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

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

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