#D498FD

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

Shades of Mauve #D498FD

Tints of Mauve #D498FD

Color information

#D498FD (or 0xD498FD) is unknown color: approx Mauve. HEX triplet: D4, 98 and FD. RGB value is (212,152,253). Sum of RGB (Red+Green+Blue) = 212+152+253=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D498FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FD is #2B6702. Grayscale: #B5B5B5. Windows color (decimal): -2844419 or 16619732. OLE color: 16619732.

HSL color Cylindrical-coordinate representation of color #D498FD: hue angle of 275.64º degrees, saturation: 0.96, 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 #D498FD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212152253-
CMYK0.160.4000.01
HSL275.64º96.19%79.41%-
HSV(B)275.64º39.92%99.22%-
XYZ56.1143.5598.38-
YUV181.45168.38149.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 152 (59.77% from 255) = 24.64%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=34.36%
G=24.64%
B=41.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121522530.160.4000.01275.6496.1979.41
HexD498FD102801114604f
Octal324230375205001424140117
Binary110101001001100011111101100001010000110001010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498FD; }

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

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

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

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

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

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

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

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