Html Css Color HEX #D996FD Mauve

📋 copy color: '#D996FD'

red 217 ◦ green 150 ◦ blue 253

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

Shades of Mauve #D996FD

Tints of Mauve #D996FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 35%
G = 24.19%
B = 40.81%

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

#D996FD (or 0xD996FD) is known color: Mauve. HEX triplet: D9, 96 and FD. RGB value is (217,150,253). Sum of RGB (Red+Green+Blue) = 217+150+253=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D996FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996FD is #266902. Grayscale: #B5B5B5. Windows color (decimal): -2517251 or 16619225. OLE color: 16619225.

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

Color convert

RGB 217 150 253 -
CMYK 0.14 0.41 0 0.01
HSL 279.03º 0.96% 0.79% -
HSV(B) 279.03º 0.41% 0.99% -
XYZ 57.25 43.66 98.34 -
YUV 181.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 217 150 253 0.14 0.41 0 0.01 279.03 0.96 0.79
Hex D9 96 FD E 29 0 1 117 60 4F
Octal 331 226 375 16 51 0 1 427 140 117
Binary 11011001 10010110 11111101 1110 101001 0 1 100010111 1100000 1001111

Color Harmonies of #D996FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996FD

Black with #D996FD

Text Example


Text Example

White with #D996FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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