#D47A9C

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

Shades of Pale Violet Red #D47A9C

Tints of Pale Violet Red #D47A9C

Color information

#D47A9C (or 0xD47A9C) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7A and 9C. RGB value is (212,122,156). Sum of RGB (Red+Green+Blue) = 212+122+156=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A9C is #2B8563. Grayscale: #989898. Windows color (decimal): -2852196 or 10255060. OLE color: 10255060.

HSL color Cylindrical-coordinate representation of color #D47A9C: hue angle of 337.33º 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 #D47A9C is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212122156-
CMYK00.420.260.17
HSL337.33º51.14%65.49%-
HSV(B)337.33º42.45%83.14%-
XYZ40.1130.3235.19-
YUV152.79129.82170.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=43.27%
G=24.90%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212215600.420.260.17337.3351.1465.49
HexD47A9C02A1A111513341
Octal324172234052322152163101
Binary11010100111101010011100010101011010100011010100011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A9C; }

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

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

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

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

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

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

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

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