Html Css Color HEX #D994FB Mauve

📋 copy color: '#D994FB'

red 217 ◦ green 148 ◦ blue 251

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

Shades of Mauve #D994FB

Tints of Mauve #D994FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 35.23%
G = 24.03%
B = 40.75%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D994FB (or 0xD994FB) is known color: Mauve. HEX triplet: D9, 94 and FB. RGB value is (217,148,251). Sum of RGB (Red+Green+Blue) = 217+148+251=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D994FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FB is #266B04. Grayscale: #B4B4B4. Windows color (decimal): -2517765 or 16487641. OLE color: 16487641.

HSL color Cylindrical-coordinate representation of color #D994FB: hue angle of 280.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D994FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 148 251 -
CMYK 0.14 0.41 0 0.02
HSL 280.19º 0.93% 0.78% -
HSV(B) 280.19º 0.41% 0.98% -
XYZ 56.62 42.9 96.56 -
YUV 180.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 217 148 251 0.14 0.41 0 0.02 280.19 0.93 0.78
Hex D9 94 FB E 29 0 2 118 5D 4E
Octal 331 224 373 16 51 0 2 430 135 116
Binary 11011001 10010100 11111011 1110 101001 0 10 100011000 1011101 1001110

Color Harmonies of #D994FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FB

Black with #D994FB

Text Example


Text Example

White with #D994FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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