Html Css Color HEX #D994F6 Mauve

📋 copy color: '#D994F6'

red 217 ◦ green 148 ◦ blue 246

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

Shades of Mauve #D994F6

Tints of Mauve #D994F6

RGB

 RED value IS 217 (85.16% from 255) = 35.52%

 GREEN value IS 148 (58.2% from 255) = 24.22%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 35.52%
G = 24.22%
B = 40.26%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D994F6 (or 0xD994F6) is known color: Mauve. HEX triplet: D9, 94 and F6. RGB value is (217,148,246). Sum of RGB (Red+Green+Blue) = 217+148+246=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #D994F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994F6 is #266B09. Grayscale: #B3B3B3. Windows color (decimal): -2517770 or 16159961. OLE color: 16159961.

HSL color Cylindrical-coordinate representation of color #D994F6: hue angle of 282.24º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D994F6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 148 246 -
CMYK 0.12 0.40 0 0.04
HSL 282.24º 0.84% 0.77% -
HSV(B) 282.24º 0.4% 0.96% -
XYZ 55.84 42.59 92.47 -
YUV 179.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 217 148 246 0.12 0.40 0 0.04 282.24 0.84 0.77
Hex D9 94 F6 C 28 0 4 11A 54 4D
Octal 331 224 366 14 50 0 4 432 124 115
Binary 11011001 10010100 11110110 1100 101000 0 100 100011010 1010100 1001101

Color Harmonies of #D994F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994F6

Black with #D994F6

Text Example


Text Example

White with #D994F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994F6; }

 p { color: rgb(217,148,246); }

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

background-color css

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

 a { background-color: rgb(217,148,246); }

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

border-color css

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

 span { border-color: rgb(217,148,246); }

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