#D4767C

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

Shades of Froly #D4767C

Tints of Froly #D4767C

Color information

#D4767C (or 0xD4767C) is unknown color: approx Froly. HEX triplet: D4, 76 and 7C. RGB value is (212,118,124). Sum of RGB (Red+Green+Blue) = 212+118+124=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4767C is #2B8983. Grayscale: #929292. Windows color (decimal): -2853252 or 8156884. OLE color: 8156884.

HSL color Cylindrical-coordinate representation of color #D4767C: hue angle of 356.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4767C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212118124-
CMYK00.440.420.17
HSL356.17º52.22%64.71%-
HSV(B)356.17º44.34%83.14%-
XYZ37.2728.4122.59-
YUV146.79115.14174.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=46.70%
G=25.99%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211812400.440.420.17356.1752.2264.71
HexD4767C02C2A111643441
Octal324166174054522154464101
Binary11010100111011011111000101100101010100011011001001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4767C; }

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

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

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

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

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

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

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

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