#D47C9F

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

Shades of Pale Violet Red #D47C9F

Tints of Pale Violet Red #D47C9F

Color information

#D47C9F (or 0xD47C9F) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7C and 9F. RGB value is (212,124,159). Sum of RGB (Red+Green+Blue) = 212+124+159=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C9F is #2B8360. Grayscale: #9A9A9A. Windows color (decimal): -2851681 or 10452180. OLE color: 10452180.

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

Color convert

RGB212124159-
CMYK00.420.250.17
HSL336.14º50.57%65.88%-
HSV(B)336.14º41.51%83.14%-
XYZ40.6230.9236.63-
YUV154.3130.65169.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=42.83%
G=25.05%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212415900.420.250.17336.1450.5765.88
HexD47C9F02A19111503342
Octal324174237052312152063102
Binary11010100111110010011111010101011001100011010100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C9F; }

 p { color: rgb(212,124,159); }

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

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

 a { background-color: rgb(212,124,159); }

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

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

 span { border-color: rgb(212,124,159); }

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