Html Css Color HEX #D497FF Mauve

📋 copy color: '#D497FF'

red 212 ◦ green 151 ◦ blue 255

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

Shades of Mauve #D497FF

Tints of Mauve #D497FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 34.3%
G = 24.43%
B = 41.26%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D497FF (or 0xD497FF) is known color: Mauve. HEX triplet: D4, 97 and FF. RGB value is (212,151,255). Sum of RGB (Red+Green+Blue) = 212+151+255=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D497FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497FF is #2B6800. Grayscale: #B4B4B4. Windows color (decimal): -2844673 or 16750548. OLE color: 16750548.

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

Color convert

RGB 212 151 255 -
CMYK 0.17 0.41 0 0
HSL 275.19º 1% 0.8% -
HSV(B) 275.19º 0.41% 1% -
XYZ 56.27 43.35 100.01 -
YUV 181.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 212 151 255 0.17 0.41 0 0 275.19 1 0.8
Hex D4 97 FF 11 29 0 0 113 64 50
Octal 324 227 377 21 51 0 0 423 144 120
Binary 11010100 10010111 11111111 10001 101001 0 0 100010011 1100100 1010000

Color Harmonies of #D497FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497FF

Black with #D497FF

Text Example


Text Example

White with #D497FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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