#D46778

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

Shades of Froly #D46778

Tints of Froly #D46778

Color information

#D46778 (or 0xD46778) is unknown color: approx Froly. HEX triplet: D4, 67 and 78. RGB value is (212,103,120). Sum of RGB (Red+Green+Blue) = 212+103+120=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D46778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46778 is #2B9887. Grayscale: #898989. Windows color (decimal): -2857096 or 7890900. OLE color: 7890900.

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

Color convert

RGB212103120-
CMYK00.510.430.17
HSL350.64º55.9%61.76%-
HSV(B)350.64º51.42%83.14%-
XYZ35.3925.0520.74-
YUV137.53118.11181.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=48.74%
G=23.68%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210312000.510.430.17350.6455.961.76
HexD467780332B1115f383e
Octal32414717006353215377076
Binary1101010011001111111000011001110101110001101011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46778; }

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

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

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

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

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

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

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

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