#D46D78

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

Shades of Froly #D46D78

Tints of Froly #D46D78

Color information

#D46D78 (or 0xD46D78) is unknown color: approx Froly. HEX triplet: D4, 6D and 78. RGB value is (212,109,120). Sum of RGB (Red+Green+Blue) = 212+109+120=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D78 is #2B9287. Grayscale: #8D8D8D. Windows color (decimal): -2855560 or 7892436. OLE color: 7892436.

HSL color Cylindrical-coordinate representation of color #D46D78: hue angle of 353.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46D78 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB212109120-
CMYK00.490.430.17
HSL353.59º54.5%62.94%-
HSV(B)353.59º48.58%83.14%-
XYZ36.0126.2920.95-
YUV141.05116.12178.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=48.07%
G=24.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210912000.490.430.17353.5954.562.94
HexD46D780312B11162363f
Octal32415517006153215426677
Binary1101010011011011111000011000110101110001101100010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D78; }

 p { color: rgb(212,109,120); }

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

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

 a { background-color: rgb(212,109,120); }

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

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

 span { border-color: rgb(212,109,120); }

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