#D198FA

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

Shades of Mauve #D198FA

Tints of Mauve #D198FA

Color information

#D198FA (or 0xD198FA) is unknown color: approx Mauve. HEX triplet: D1, 98 and FA. RGB value is (209,152,250). Sum of RGB (Red+Green+Blue) = 209+152+250=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D198FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198FA is #2E6705. Grayscale: #B3B3B3. Windows color (decimal): -3041030 or 16423121. OLE color: 16423121.

HSL color Cylindrical-coordinate representation of color #D198FA: hue angle of 274.9º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D198FA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209152250-
CMYK0.160.3900.02
HSL274.9º90.74%78.82%-
HSV(B)274.9º39.2%98.04%-
XYZ54.7842.9195.84-
YUV180.21167.38148.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=34.21%
G=24.88%
B=40.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091522500.160.3900.02274.990.7478.82
HexD198FA1027021135b4f
Octal321230372204702423133117
Binary1101000110011000111110101000010011101010001001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198FA; }

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

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

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

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

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

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

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

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