#D47C97

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

Shades of Pale Violet Red #D47C97

Tints of Pale Violet Red #D47C97

Color information

#D47C97 (or 0xD47C97) is unknown color: approx Pale Violet Red. HEX triplet: D4, 7C and 97. RGB value is (212,124,151). Sum of RGB (Red+Green+Blue) = 212+124+151=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C97 is #2B8368. Grayscale: #999999. Windows color (decimal): -2851689 or 9927892. OLE color: 9927892.

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

Color convert

RGB212124151-
CMYK00.420.290.17
HSL341.59º50.57%65.88%-
HSV(B)341.59º41.51%83.14%-
XYZ39.9430.6533.09-
YUV153.39126.65169.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=43.53%
G=25.46%
B=31.01%

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
Decimal21212415100.420.290.17341.5950.5765.88
HexD47C9702A1D111563342
Octal324174227052352152663102
Binary11010100111110010010111010101011101100011010101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C97; }

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

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

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

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

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

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

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

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