#D498FB

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

Shades of Mauve #D498FB

Tints of Mauve #D498FB

Color information

#D498FB (or 0xD498FB) is unknown color: approx Mauve. HEX triplet: D4, 98 and FB. RGB value is (212,152,251). Sum of RGB (Red+Green+Blue) = 212+152+251=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D498FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FB is #2B6704. Grayscale: #B4B4B4. Windows color (decimal): -2844421 or 16488660. OLE color: 16488660.

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

Color convert

RGB212152251-
CMYK0.160.3900.02
HSL276.36º92.52%79.02%-
HSV(B)276.36º39.44%98.43%-
XYZ55.7943.4296.71-
YUV181.23167.38149.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=34.47%
G=24.72%
B=40.81%

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
Decimal2121522510.160.3900.02276.3692.5279.02
HexD498FB1027021145d4f
Octal324230373204702424135117
Binary1101010010011000111110111000010011101010001010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498FB; }

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

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

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

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

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

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

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

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