Html Css Color HEX #D994FF Mauve

📋 copy color: '#D994FF'

red 217 ◦ green 148 ◦ blue 255

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

Shades of Mauve #D994FF

Tints of Mauve #D994FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 35%
G = 23.87%
B = 41.13%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D994FF (or 0xD994FF) is known color: Mauve. HEX triplet: D9, 94 and FF. RGB value is (217,148,255). Sum of RGB (Red+Green+Blue) = 217+148+255=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D994FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FF is #266B00. Grayscale: #B4B4B4. Windows color (decimal): -2517761 or 16749785. OLE color: 16749785.

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

Color convert

RGB 217 148 255 -
CMYK 0.15 0.42 0 0
HSL 278.69º 1% 0.79% -
HSV(B) 278.69º 0.42% 1% -
XYZ 57.26 43.15 99.92 -
YUV 180.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 217 148 255 0.15 0.42 0 0 278.69 1 0.79
Hex D9 94 FF F 2A 0 0 117 64 4F
Octal 331 224 377 17 52 0 0 427 144 117
Binary 11011001 10010100 11111111 1111 101010 0 0 100010111 1100100 1001111

Color Harmonies of #D994FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FF

Black with #D994FF

Text Example


Text Example

White with #D994FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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