#D47C9D

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

Shades of Pale Violet Red #D47C9D

Tints of Pale Violet Red #D47C9D

Color information

#D47C9D (or 0xD47C9D) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7C and 9D. RGB value is (212,124,157). Sum of RGB (Red+Green+Blue) = 212+124+157=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C9D is #2B8362. Grayscale: #9A9A9A. Windows color (decimal): -2851683 or 10321108. OLE color: 10321108.

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

Color convert

RGB212124157-
CMYK00.420.260.17
HSL337.5º50.57%65.88%-
HSV(B)337.5º41.51%83.14%-
XYZ40.4430.8535.72-
YUV154.07129.65169.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=43.00%
G=25.15%
B=31.85%

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
Decimal21212415700.420.260.17337.550.5765.88
HexD47C9D02A1A111523342
Octal324174235052322152263102
Binary11010100111110010011101010101011010100011010100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C9D; }

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

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

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

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

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

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

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

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