Html Css Color HEX #D997FB Mauve

📋 copy color: '#D997FB'

red 217 ◦ green 151 ◦ blue 251

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

Shades of Mauve #D997FB

Tints of Mauve #D997FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 35.06%
G = 24.39%
B = 40.55%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D997FB (or 0xD997FB) is known color: Mauve. HEX triplet: D9, 97 and FB. RGB value is (217,151,251). Sum of RGB (Red+Green+Blue) = 217+151+251=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D997FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997FB is #266804. Grayscale: #B5B5B5. Windows color (decimal): -2516997 or 16488409. OLE color: 16488409.

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

Color convert

RGB 217 151 251 -
CMYK 0.14 0.40 0 0.02
HSL 279.6º 0.93% 0.79% -
HSV(B) 279.6º 0.4% 0.98% -
XYZ 57.09 43.85 96.72 -
YUV 182.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 217 151 251 0.14 0.40 0 0.02 279.6 0.93 0.79
Hex D9 97 FB E 28 0 2 118 5D 4F
Octal 331 227 373 16 50 0 2 430 135 117
Binary 11011001 10010111 11111011 1110 101000 0 10 100011000 1011101 1001111

Color Harmonies of #D997FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997FB

Black with #D997FB

Text Example


Text Example

White with #D997FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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