Html Css Color HEX #D994F8 Mauve

📋 copy color: '#D994F8'

red 217 ◦ green 148 ◦ blue 248

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

Shades of Mauve #D994F8

Tints of Mauve #D994F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 35.4%
G = 24.14%
B = 40.46%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D994F8 (or 0xD994F8) is known color: Mauve. HEX triplet: D9, 94 and F8. RGB value is (217,148,248). Sum of RGB (Red+Green+Blue) = 217+148+248=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #D994F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994F8 is #266B07. Grayscale: #B3B3B3. Windows color (decimal): -2517768 or 16291033. OLE color: 16291033.

HSL color Cylindrical-coordinate representation of color #D994F8: hue angle of 281.4º degrees, saturation: 0.88, 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 #D994F8 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 148 248 -
CMYK 0.12 0.40 0 0.03
HSL 281.4º 0.88% 0.78% -
HSV(B) 281.4º 0.4% 0.97% -
XYZ 56.15 42.71 94.09 -
YUV 180.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 217 148 248 0.12 0.40 0 0.03 281.4 0.88 0.78
Hex D9 94 F8 C 28 0 3 119 58 4E
Octal 331 224 370 14 50 0 3 431 130 116
Binary 11011001 10010100 11111000 1100 101000 0 11 100011001 1011000 1001110

Color Harmonies of #D994F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994F8

Black with #D994F8

Text Example


Text Example

White with #D994F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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