Html Css Color HEX #D495F7 Mauve

📋 copy color: '#D495F7'

red 212 ◦ green 149 ◦ blue 247

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

Shades of Mauve #D495F7

Tints of Mauve #D495F7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.51%

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

R = 34.87%
G = 24.51%
B = 40.63%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D495F7 (or 0xD495F7) is known color: Mauve. HEX triplet: D4, 95 and F7. RGB value is (212,149,247). Sum of RGB (Red+Green+Blue) = 212+149+247=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #D495F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495F7 is #2B6A08. Grayscale: #B2B2B2. Windows color (decimal): -2845193 or 16225748. OLE color: 16225748.

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

Color convert

RGB 212 149 247 -
CMYK 0.14 0.40 0 0.03
HSL 278.57º 0.86% 0.78% -
HSV(B) 278.57º 0.4% 0.97% -
XYZ 54.69 42.21 93.26 -
YUV 179.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 212 149 247 0.14 0.40 0 0.03 278.57 0.86 0.78
Hex D4 95 F7 E 28 0 3 117 56 4E
Octal 324 225 367 16 50 0 3 427 126 116
Binary 11010100 10010101 11110111 1110 101000 0 11 100010111 1010110 1001110

Color Harmonies of #D495F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495F7

Black with #D495F7

Text Example


Text Example

White with #D495F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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