Html Css Color HEX #D994FC Mauve

📋 copy color: '#D994FC'

red 217 ◦ green 148 ◦ blue 252

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

Shades of Mauve #D994FC

Tints of Mauve #D994FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 35.17%
G = 23.99%
B = 40.84%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D994FC (or 0xD994FC) is known color: Mauve. HEX triplet: D9, 94 and FC. RGB value is (217,148,252). Sum of RGB (Red+Green+Blue) = 217+148+252=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D994FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FC is #266B03. Grayscale: #B4B4B4. Windows color (decimal): -2517764 or 16553177. OLE color: 16553177.

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

Color convert

RGB 217 148 252 -
CMYK 0.14 0.41 0 0.01
HSL 279.81º 0.95% 0.78% -
HSV(B) 279.81º 0.41% 0.99% -
XYZ 56.78 42.96 97.4 -
YUV 180.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 217 148 252 0.14 0.41 0 0.01 279.81 0.95 0.78
Hex D9 94 FC E 29 0 1 118 5F 4E
Octal 331 224 374 16 51 0 1 430 137 116
Binary 11011001 10010100 11111100 1110 101001 0 1 100011000 1011111 1001110

Color Harmonies of #D994FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994FC

Black with #D994FC

Text Example


Text Example

White with #D994FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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