#D47A7D

Color #D47A7D Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D47A7D

Tints of Froly #D47A7D

Color information

#D47A7D (or 0xD47A7D) is unknown color: approx Froly. HEX triplet: D4, 7A and 7D. RGB value is (212,122,125). Sum of RGB (Red+Green+Blue) = 212+122+125=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A7D is #2B8582. Grayscale: #959595. Windows color (decimal): -2852227 or 8223444. OLE color: 8223444.

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

Color convert

RGB212122125-
CMYK00.420.410.17
HSL358º51.14%65.49%-
HSV(B)358º42.45%83.14%-
XYZ37.8129.423.08-
YUV149.25114.32172.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.19%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=46.19%
G=26.58%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212212500.420.410.1735851.1465.49
HexD47A7D02A29111663341
Octal324172175052512154663101
Binary11010100111101011111010101010101001100011011001101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A7D; }

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

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

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

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

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

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

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

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