Html Css Color HEX #D997FE Mauve

📋 copy color: '#D997FE'

red 217 ◦ green 151 ◦ blue 254

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

Shades of Mauve #D997FE

Tints of Mauve #D997FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.28%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 34.89%
G = 24.28%
B = 40.84%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D997FE (or 0xD997FE) is known color: Mauve. HEX triplet: D9, 97 and FE. RGB value is (217,151,254). Sum of RGB (Red+Green+Blue) = 217+151+254=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D997FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997FE is #266801. Grayscale: #B6B6B6. Windows color (decimal): -2516994 or 16685017. OLE color: 16685017.

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

Color convert

RGB 217 151 254 -
CMYK 0.15 0.41 0 0.00
HSL 278.45º 0.98% 0.79% -
HSV(B) 278.45º 0.41% 1% -
XYZ 57.57 44.04 99.23 -
YUV 182.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 217 151 254 0.15 0.41 0 0.00 278.45 0.98 0.79
Hex D9 97 FE F 29 0 0 116 62 4F
Octal 331 227 376 17 51 0 0 426 142 117
Binary 11011001 10010111 11111110 1111 101001 0 0 100010110 1100010 1001111

Color Harmonies of #D997FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997FE

Black with #D997FE

Text Example


Text Example

White with #D997FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997FE; }

 p { color: rgb(217,151,254); }

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

background-color css

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

 a { background-color: rgb(217,151,254); }

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

border-color css

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

 span { border-color: rgb(217,151,254); }

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