Html Css Color HEX #D17A97 Pale Violet Red

📋 copy color: '#D17A97'

red 209 ◦ green 122 ◦ blue 151

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

Shades of Pale Violet Red #D17A97

Tints of Pale Violet Red #D17A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 43.36%
G = 25.31%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D17A97 (or 0xD17A97) is known color: Pale Violet Red. HEX triplet: D1, 7A and 97. RGB value is (209,122,151). Sum of RGB (Red+Green+Blue) = 209+122+151=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17A97 is #2E8568. Grayscale: #979797. Windows color (decimal): -3048809 or 9927377. OLE color: 9927377.

HSL color Cylindrical-coordinate representation of color #D17A97: hue angle of 340º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17A97 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 151 -
CMYK 0 0.42 0.28 0.18
HSL 340º 0.49% 0.65% -
HSV(B) 340º 0.42% 0.82% -
XYZ 38.84 29.71 32.97 -
YUV 151.32 127.82 169.14 -
System Red Green Blue C M Y K H S L
Decimal 209 122 151 0 0.42 0.28 0.18 340 0.49 0.65
Hex D1 7A 97 0 2A 1C 12 154 31 41
Octal 321 172 227 0 52 34 22 524 61 101
Binary 11010001 1111010 10010111 0 101010 11100 10010 101010100 110001 1000001

Color Harmonies of #D17A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A97

Black with #D17A97

Text Example


Text Example

White with #D17A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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