#D198FC

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

Shades of Mauve #D198FC

Tints of Mauve #D198FC

Color information

#D198FC (or 0xD198FC) is unknown color: approx Mauve. HEX triplet: D1, 98 and FC. RGB value is (209,152,252). Sum of RGB (Red+Green+Blue) = 209+152+252=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D198FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198FC is #2E6703. Grayscale: #B4B4B4. Windows color (decimal): -3041028 or 16554193. OLE color: 16554193.

HSL color Cylindrical-coordinate representation of color #D198FC: hue angle of 274.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D198FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209152252-
CMYK0.170.4000.01
HSL274.2º94.34%79.22%-
HSV(B)274.2º39.68%98.82%-
XYZ55.0943.0497.5-
YUV180.44168.38148.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 152 (59.77% from 255) = 24.80%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=34.09%
G=24.80%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091522520.170.4000.01274.294.3479.22
HexD198FC1128011125e4f
Octal321230374215001422136117
Binary110100011001100011111100100011010000110001001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198FC; }

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

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

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

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

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

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

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

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