Html Css Color HEX #D996FC Mauve

📋 copy color: '#D996FC'

red 217 ◦ green 150 ◦ blue 252

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

Shades of Mauve #D996FC

Tints of Mauve #D996FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.23%

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

R = 35.06%
G = 24.23%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D996FC (or 0xD996FC) is known color: Mauve. HEX triplet: D9, 96 and FC. RGB value is (217,150,252). Sum of RGB (Red+Green+Blue) = 217+150+252=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D996FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996FC is #266903. Grayscale: #B5B5B5. Windows color (decimal): -2517252 or 16553689. OLE color: 16553689.

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

Color convert

RGB 217 150 252 -
CMYK 0.14 0.40 0 0.01
HSL 279.41º 0.94% 0.79% -
HSV(B) 279.41º 0.4% 0.99% -
XYZ 57.09 43.59 97.5 -
YUV 181.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 217 150 252 0.14 0.40 0 0.01 279.41 0.94 0.79
Hex D9 96 FC E 28 0 1 117 5E 4F
Octal 331 226 374 16 50 0 1 427 136 117
Binary 11011001 10010110 11111100 1110 101000 0 1 100010111 1011110 1001111

Color Harmonies of #D996FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996FC

Black with #D996FC

Text Example


Text Example

White with #D996FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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