#D47A97

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

Shades of Pale Violet Red #D47A97

Tints of Pale Violet Red #D47A97

Color information

#D47A97 (or 0xD47A97) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7A and 97. RGB value is (212,122,151). Sum of RGB (Red+Green+Blue) = 212+122+151=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A97 is #2B8568. Grayscale: #989898. Windows color (decimal): -2852201 or 9927380. OLE color: 9927380.

HSL color Cylindrical-coordinate representation of color #D47A97: hue angle of 340.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A97 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212122151-
CMYK00.420.290.17
HSL340.67º51.14%65.49%-
HSV(B)340.67º42.45%83.14%-
XYZ39.730.1533.01-
YUV152.22127.32170.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=43.71%
G=25.15%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212215100.420.290.17340.6751.1465.49
HexD47A9702A1D111553341
Octal324172227052352152563101
Binary11010100111101010010111010101011101100011010101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A97; }

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

 H1.HeaderClassName
 {
   color: #D47A97;
 }
 .AnyTagClassName
 {
   color: #D47A97;
 }
</style>
background-color css

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

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

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

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

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

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