#D47C9B

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

Shades of Pale Violet Red #D47C9B

Tints of Pale Violet Red #D47C9B

Color information

#D47C9B (or 0xD47C9B) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7C and 9B. RGB value is (212,124,155). Sum of RGB (Red+Green+Blue) = 212+124+155=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C9B is #2B8364. Grayscale: #999999. Windows color (decimal): -2851685 or 10190036. OLE color: 10190036.

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

Color convert

RGB212124155-
CMYK00.420.270.17
HSL338.86º50.57%65.88%-
HSV(B)338.86º41.51%83.14%-
XYZ40.2830.7834.83-
YUV153.85128.65169.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=43.18%
G=25.25%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212415500.420.270.17338.8650.5765.88
HexD47C9B02A1B111533342
Octal324174233052332152363102
Binary11010100111110010011011010101011011100011010100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C9B; }

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

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

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

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

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

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

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

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