Html Css Color HEX #D994FA Mauve

📋 copy color: '#D994FA'

red 217 ◦ green 148 ◦ blue 250

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

Shades of Mauve #D994FA

Tints of Mauve #D994FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 35.28%
G = 24.07%
B = 40.65%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D994FA (or 0xD994FA) is known color: Mauve. HEX triplet: D9, 94 and FA. RGB value is (217,148,250). Sum of RGB (Red+Green+Blue) = 217+148+250=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D994FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FA is #266B05. Grayscale: #B3B3B3. Windows color (decimal): -2517766 or 16422105. OLE color: 16422105.

HSL color Cylindrical-coordinate representation of color #D994FA: hue angle of 280.59º degrees, saturation: 0.91, 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 #D994FA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 148 250 -
CMYK 0.13 0.41 0 0.02
HSL 280.59º 0.91% 0.78% -
HSV(B) 280.59º 0.41% 0.98% -
XYZ 56.46 42.83 95.73 -
YUV 180.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 217 148 250 0.13 0.41 0 0.02 280.59 0.91 0.78
Hex D9 94 FA D 29 0 2 119 5B 4E
Octal 331 224 372 15 51 0 2 431 133 116
Binary 11011001 10010100 11111010 1101 101001 0 10 100011001 1011011 1001110

Color Harmonies of #D994FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FA

Black with #D994FA

Text Example


Text Example

White with #D994FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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