Html Css Color HEX #D497F7 Mauve

📋 copy color: '#D497F7'

red 212 ◦ green 151 ◦ blue 247

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

Shades of Mauve #D497F7

Tints of Mauve #D497F7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.75%

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

R = 34.75%
G = 24.75%
B = 40.49%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D497F7 (or 0xD497F7) is known color: Mauve. HEX triplet: D4, 97 and F7. RGB value is (212,151,247). Sum of RGB (Red+Green+Blue) = 212+151+247=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #D497F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497F7 is #2B6808. Grayscale: #B3B3B3. Windows color (decimal): -2844681 or 16226260. OLE color: 16226260.

HSL color Cylindrical-coordinate representation of color #D497F7: hue angle of 278.12º degrees, saturation: 0.86, 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 #D497F7 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 151 247 -
CMYK 0.14 0.39 0 0.03
HSL 278.13º 0.86% 0.78% -
HSV(B) 278.13º 0.39% 0.97% -
XYZ 55.01 42.85 93.37 -
YUV 180.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 212 151 247 0.14 0.39 0 0.03 278.13 0.86 0.78
Hex D4 97 F7 E 27 0 3 116 56 4E
Octal 324 227 367 16 47 0 3 426 126 116
Binary 11010100 10010111 11110111 1110 100111 0 11 100010110 1010110 1001110

Color Harmonies of #D497F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497F7

Black with #D497F7

Text Example


Text Example

White with #D497F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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