#D498F8

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

Shades of Mauve #D498F8

Tints of Mauve #D498F8

Color information

#D498F8 (or 0xD498F8) is unknown color: approx Mauve. HEX triplet: D4, 98 and F8. RGB value is (212,152,248). Sum of RGB (Red+Green+Blue) = 212+152+248=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #D498F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498F8 is #2B6707. Grayscale: #B4B4B4. Windows color (decimal): -2844424 or 16292052. OLE color: 16292052.

HSL color Cylindrical-coordinate representation of color #D498F8: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D498F8 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212152248-
CMYK0.150.3900.03
HSL277.5º87.27%78.43%-
HSV(B)277.5º38.71%97.25%-
XYZ55.3243.2394.24-
YUV180.88165.88150.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 248 (97.27% from 255) = 40.52%
R=34.64%
G=24.84%
B=40.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121522480.150.3900.03277.587.2778.43
HexD498F8F2703116574e
Octal324230370174703426127116
Binary110101001001100011111000111110011101110001011010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498F8; }

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

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

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

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

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

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

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

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