Html Css Color HEX #D996F9 Mauve

📋 copy color: '#D996F9'

red 217 ◦ green 150 ◦ blue 249

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

Shades of Mauve #D996F9

Tints of Mauve #D996F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 35.23%
G = 24.35%
B = 40.42%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D996F9 (or 0xD996F9) is known color: Mauve. HEX triplet: D9, 96 and F9. RGB value is (217,150,249). Sum of RGB (Red+Green+Blue) = 217+150+249=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #D996F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996F9 is #266906. Grayscale: #B4B4B4. Windows color (decimal): -2517255 or 16357081. OLE color: 16357081.

HSL color Cylindrical-coordinate representation of color #D996F9: hue angle of 280.61º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D996F9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 150 249 -
CMYK 0.13 0.40 0 0.02
HSL 280.61º 0.89% 0.78% -
HSV(B) 280.61º 0.4% 0.98% -
XYZ 56.62 43.4 95.02 -
YUV 181.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 217 150 249 0.13 0.40 0 0.02 280.61 0.89 0.78
Hex D9 96 F9 D 28 0 2 119 59 4E
Octal 331 226 371 15 50 0 2 431 131 116
Binary 11011001 10010110 11111001 1101 101000 0 10 100011001 1011001 1001110

Color Harmonies of #D996F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996F9

Black with #D996F9

Text Example


Text Example

White with #D996F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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