Html Css Color HEX #D996FA Mauve

📋 copy color: '#D996FA'

red 217 ◦ green 150 ◦ blue 250

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

Shades of Mauve #D996FA

Tints of Mauve #D996FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 35.17%
G = 24.31%
B = 40.52%

CMYK

 C value IS 0.13

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D996FA (or 0xD996FA) is known color: Mauve. HEX triplet: D9, 96 and FA. RGB value is (217,150,250). Sum of RGB (Red+Green+Blue) = 217+150+250=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #D996FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996FA is #266905. Grayscale: #B5B5B5. Windows color (decimal): -2517254 or 16422617. OLE color: 16422617.

HSL color Cylindrical-coordinate representation of color #D996FA: hue angle of 280.2º degrees, saturation: 0.91, 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 #D996FA is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 150 250 -
CMYK 0.13 0.4 0 0.02
HSL 280.2º 0.91% 0.78% -
HSV(B) 280.2º 0.4% 0.98% -
XYZ 56.78 43.47 95.84 -
YUV 181.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 217 150 250 0.13 0.4 0 0.02 280.2 0.91 0.78
Hex D9 96 FA D 28 0 2 118 5B 4E
Octal 331 226 372 15 50 0 2 430 133 116
Binary 11011001 10010110 11111010 1101 101000 0 10 100011000 1011011 1001110

Color Harmonies of #D996FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996FA

Black with #D996FA

Text Example


Text Example

White with #D996FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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