#d498ff

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

Shades of Mauve #D498FF

Tints of Mauve #D498FF

Color information

#D498FF (or 0xD498FF) is unknown color: approx Mauve. HEX triplet: D4, 98 and FF. RGB value is (212,152,255). Sum of RGB (Red+Green+Blue) = 212+152+255=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D498FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498FF is #2B6700. Grayscale: #B5B5B5. Windows color (decimal): -2844417 or 16750804. OLE color: 16750804.

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

Color convert

RGB212152255-
CMYK0.170.4000
HSL274.95º100%79.8%-
HSV(B)274.95º40.39%100%-
XYZ56.4343.67100.06-
YUV181.68169.38149.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 255 (100% from 255) = 41.20%
R=34.25%
G=24.56%
B=41.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121522550.170.4000274.9510079.8
HexD498FF1128001136450
Octal324230377215000423144120
Binary110101001001100011111111100011010000010001001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d498ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d498ff; }

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

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

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

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

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

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

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

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