#D17A97

Color #D17A97 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D17A97

Tints of Pale Violet Red #D17A97

Color information

#D17A97 (or 0xD17A97) is unknown color: approx 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

RGB209122151-
CMYK00.420.280.18
HSL340º48.6%64.9%-
HSV(B)340º41.63%81.96%-
XYZ38.8429.7132.97-
YUV151.32127.82169.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912215100.420.280.1834048.664.9
HexD17A9702A1C121543141
Octal321172227052342252461101
Binary11010001111101010010111010101011100100101010101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>