Html Css Color HEX #D997FD Mauve

📋 copy color: '#D997FD'

red 217 ◦ green 151 ◦ blue 253

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

Shades of Mauve #D997FD

Tints of Mauve #D997FD

RGB

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

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

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

R = 34.94%
G = 24.32%
B = 40.74%

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

#D997FD (or 0xD997FD) is known color: Mauve. HEX triplet: D9, 97 and FD. RGB value is (217,151,253). Sum of RGB (Red+Green+Blue) = 217+151+253=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #D997FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997FD is #266802. Grayscale: #B6B6B6. Windows color (decimal): -2516995 or 16619481. OLE color: 16619481.

HSL color Cylindrical-coordinate representation of color #D997FD: hue angle of 278.82º degrees, saturation: 0.96, 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 #D997FD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 151 253 -
CMYK 0.14 0.40 0 0.01
HSL 278.82º 0.96% 0.79% -
HSV(B) 278.82º 0.4% 0.99% -
XYZ 57.41 43.98 98.39 -
YUV 182.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 217 151 253 0.14 0.40 0 0.01 278.82 0.96 0.79
Hex D9 97 FD E 28 0 1 117 60 4F
Octal 331 227 375 16 50 0 1 427 140 117
Binary 11011001 10010111 11111101 1110 101000 0 1 100010111 1100000 1001111

Color Harmonies of #D997FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997FD

Black with #D997FD

Text Example


Text Example

White with #D997FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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