Html Css Color HEX #D994FE Mauve

📋 copy color: '#D994FE'

red 217 ◦ green 148 ◦ blue 254

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

Shades of Mauve #D994FE

Tints of Mauve #D994FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 35.06%
G = 23.91%
B = 41.03%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D994FE (or 0xD994FE) is known color: Mauve. HEX triplet: D9, 94 and FE. RGB value is (217,148,254). Sum of RGB (Red+Green+Blue) = 217+148+254=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D994FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FE is #266B01. Grayscale: #B4B4B4. Windows color (decimal): -2517762 or 16684249. OLE color: 16684249.

HSL color Cylindrical-coordinate representation of color #D994FE: hue angle of 279.06º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D994FE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 148 254 -
CMYK 0.15 0.42 0 0.00
HSL 279.06º 0.98% 0.79% -
HSV(B) 279.06º 0.42% 1% -
XYZ 57.09 43.09 99.07 -
YUV 180.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 217 148 254 0.15 0.42 0 0.00 279.06 0.98 0.79
Hex D9 94 FE F 2A 0 0 117 62 4F
Octal 331 224 376 17 52 0 0 427 142 117
Binary 11011001 10010100 11111110 1111 101010 0 0 100010111 1100010 1001111

Color Harmonies of #D994FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FE

Black with #D994FE

Text Example


Text Example

White with #D994FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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