Html Css Color HEX #D197FF Mauve

📋 copy color: '#D197FF'

red 209 ◦ green 151 ◦ blue 255

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

Shades of Mauve #D197FF

Tints of Mauve #D197FF

RGB

 RED value IS 209 (82.03% from 255) = 33.98%

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 33.98%
G = 24.55%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D197FF (or 0xD197FF) is known color: Mauve. HEX triplet: D1, 97 and FF. RGB value is (209,151,255). Sum of RGB (Red+Green+Blue) = 209+151+255=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D197FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197FF is #2E6800. Grayscale: #B3B3B3. Windows color (decimal): -3041281 or 16750545. OLE color: 16750545.

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

Color convert

RGB 209 151 255 -
CMYK 0.18 0.41 0 0
HSL 273.46º 1% 0.8% -
HSV(B) 273.46º 0.41% 1% -
XYZ 55.41 42.91 99.97 -
YUV 180.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 209 151 255 0.18 0.41 0 0 273.46 1 0.8
Hex D1 97 FF 12 29 0 0 111 64 50
Octal 321 227 377 22 51 0 0 421 144 120
Binary 11010001 10010111 11111111 10010 101001 0 0 100010001 1100100 1010000

Color Harmonies of #D197FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D197FF

Black with #D197FF

Text Example


Text Example

White with #D197FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D197FF; }

 p { color: rgb(209,151,255); }

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

background-color css

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

 a { background-color: rgb(209,151,255); }

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

border-color css

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

 span { border-color: rgb(209,151,255); }

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