Html Css Color HEX #D996FF Mauve

📋 copy color: '#D996FF'

red 217 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D996FF

Tints of Mauve #D996FF

RGB

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

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

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

R = 34.89%
G = 24.12%
B = 41%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D996FF (or 0xD996FF) is known color: Mauve. HEX triplet: D9, 96 and FF. RGB value is (217,150,255). Sum of RGB (Red+Green+Blue) = 217+150+255=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D996FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996FF is #266900. Grayscale: #B5B5B5. Windows color (decimal): -2517249 or 16750297. OLE color: 16750297.

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

Color convert

RGB 217 150 255 -
CMYK 0.15 0.41 0 0
HSL 278.29º 1% 0.79% -
HSV(B) 278.29º 0.41% 1% -
XYZ 57.57 43.78 100.02 -
YUV 182 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 217 150 255 0.15 0.41 0 0 278.29 1 0.79
Hex D9 96 FF F 29 0 0 116 64 4F
Octal 331 226 377 17 51 0 0 426 144 117
Binary 11011001 10010110 11111111 1111 101001 0 0 100010110 1100100 1001111

Color Harmonies of #D996FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996FF

Black with #D996FF

Text Example


Text Example

White with #D996FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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