Html Css Color HEX #D994FD Mauve

📋 copy color: '#D994FD'

red 217 ◦ green 148 ◦ blue 253

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

Shades of Mauve #D994FD

Tints of Mauve #D994FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 35.11%
G = 23.95%
B = 40.94%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D994FD (or 0xD994FD) is known color: Mauve. HEX triplet: D9, 94 and FD. RGB value is (217,148,253). Sum of RGB (Red+Green+Blue) = 217+148+253=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D994FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FD is #266B02. Grayscale: #B4B4B4. Windows color (decimal): -2517763 or 16618713. OLE color: 16618713.

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

Color convert

RGB 217 148 253 -
CMYK 0.14 0.42 0 0.01
HSL 279.43º 0.96% 0.79% -
HSV(B) 279.43º 0.42% 0.99% -
XYZ 56.93 43.02 98.23 -
YUV 180.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 217 148 253 0.14 0.42 0 0.01 279.43 0.96 0.79
Hex D9 94 FD E 2A 0 1 117 60 4F
Octal 331 224 375 16 52 0 1 427 140 117
Binary 11011001 10010100 11111101 1110 101010 0 1 100010111 1100000 1001111

Color Harmonies of #D994FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FD

Black with #D994FD

Text Example


Text Example

White with #D994FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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