#D498FA

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

Shades of Mauve #D498FA

Tints of Mauve #D498FA

Color information

#D498FA (or 0xD498FA) is unknown color: approx Mauve. HEX triplet: D4, 98 and FA. RGB value is (212,152,250). Sum of RGB (Red+Green+Blue) = 212+152+250=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D498FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FA is #2B6705. Grayscale: #B4B4B4. Windows color (decimal): -2844422 or 16423124. OLE color: 16423124.

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

Color convert

RGB212152250-
CMYK0.150.3900.02
HSL276.73º90.74%78.82%-
HSV(B)276.73º39.2%98.04%-
XYZ55.6343.3695.88-
YUV181.11166.88150.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=34.53%
G=24.76%
B=40.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121522500.150.3900.02276.7390.7478.82
HexD498FAF27021155b4f
Octal324230372174702425133117
Binary110101001001100011111010111110011101010001010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498FA; }

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

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

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

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

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

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

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

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