Html Css Color HEX #D497FA Mauve

📋 copy color: '#D497FA'

red 212 ◦ green 151 ◦ blue 250

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

Shades of Mauve #D497FA

Tints of Mauve #D497FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 34.58%
G = 24.63%
B = 40.78%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D497FA (or 0xD497FA) is known color: Mauve. HEX triplet: D4, 97 and FA. RGB value is (212,151,250). Sum of RGB (Red+Green+Blue) = 212+151+250=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D497FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497FA is #2B6805. Grayscale: #B4B4B4. Windows color (decimal): -2844678 or 16422868. OLE color: 16422868.

HSL color Cylindrical-coordinate representation of color #D497FA: hue angle of 276.97º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D497FA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 151 250 -
CMYK 0.15 0.40 0 0.02
HSL 276.97º 0.91% 0.79% -
HSV(B) 276.97º 0.4% 0.98% -
XYZ 55.47 43.03 95.82 -
YUV 180.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 212 151 250 0.15 0.40 0 0.02 276.97 0.91 0.79
Hex D4 97 FA F 28 0 2 115 5B 4F
Octal 324 227 372 17 50 0 2 425 133 117
Binary 11010100 10010111 11111010 1111 101000 0 10 100010101 1011011 1001111

Color Harmonies of #D497FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497FA

Black with #D497FA

Text Example


Text Example

White with #D497FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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