Html Css Color HEX #D997FC Mauve

📋 copy color: '#D997FC'

red 217 ◦ green 151 ◦ blue 252

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

Shades of Mauve #D997FC

Tints of Mauve #D997FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 35%
G = 24.35%
B = 40.65%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D997FC (or 0xD997FC) is known color: Mauve. HEX triplet: D9, 97 and FC. RGB value is (217,151,252). Sum of RGB (Red+Green+Blue) = 217+151+252=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D997FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997FC is #266803. Grayscale: #B5B5B5. Windows color (decimal): -2516996 or 16553945. OLE color: 16553945.

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

Color convert

RGB 217 151 252 -
CMYK 0.14 0.40 0 0.01
HSL 279.21º 0.94% 0.79% -
HSV(B) 279.21º 0.4% 0.99% -
XYZ 57.25 43.91 97.55 -
YUV 182.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 217 151 252 0.14 0.40 0 0.01 279.21 0.94 0.79
Hex D9 97 FC E 28 0 1 117 5E 4F
Octal 331 227 374 16 50 0 1 427 136 117
Binary 11011001 10010111 11111100 1110 101000 0 1 100010111 1011110 1001111

Color Harmonies of #D997FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997FC

Black with #D997FC

Text Example


Text Example

White with #D997FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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