Html Css Color HEX #D498F7 Mauve

📋 copy color: '#D498F7'

red 212 ◦ green 152 ◦ blue 247

#D498F7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D498F7

Tints of Mauve #D498F7

RGB

 RED value IS 212 (83.2% from 255) = 34.7%

 GREEN value IS 152 (59.77% from 255) = 24.88%

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 34.7%
G = 24.88%
B = 40.43%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D498F7 (or 0xD498F7) is known color: Mauve. HEX triplet: D4, 98 and F7. RGB value is (212,152,247). Sum of RGB (Red+Green+Blue) = 212+152+247=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #D498F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498F7 is #2B6708. Grayscale: #B4B4B4. Windows color (decimal): -2844425 or 16226516. OLE color: 16226516.

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

Color convert

RGB 212 152 247 -
CMYK 0.14 0.38 0 0.03
HSL 277.89º 0.86% 0.78% -
HSV(B) 277.89º 0.38% 0.97% -
XYZ 55.17 43.17 93.42 -
YUV 180.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 212 152 247 0.14 0.38 0 0.03 277.89 0.86 0.78
Hex D4 98 F7 E 26 0 3 116 56 4E
Octal 324 230 367 16 46 0 3 426 126 116
Binary 11010100 10011000 11110111 1110 100110 0 11 100010110 1010110 1001110

Color Harmonies of #D498F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498F7

Black with #D498F7

Text Example


Text Example

White with #D498F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498F7; }

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

 H1.HeaderClassName
 {
   color: #D498F7;
 }
 .AnyTagClassName
 {
   color: #D498F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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