#D5777A

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

Shades of Froly #D5777A

Tints of Froly #D5777A

Color information

#D5777A (or 0xD5777A) is unknown color: approx Froly. HEX triplet: D5, 77 and 7A. RGB value is (213,119,122). Sum of RGB (Red+Green+Blue) = 213+119+122=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5777A is #2A8885. Grayscale: #939393. Windows color (decimal): -2787462 or 8026069. OLE color: 8026069.

HSL color Cylindrical-coordinate representation of color #D5777A: hue angle of 358.09º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5777A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213119122-
CMYK00.440.430.16
HSL358.09º52.81%65.1%-
HSV(B)358.09º44.13%83.53%-
XYZ37.5528.7421.98-
YUV147.45113.64174.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=46.92%
G=26.21%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311912200.440.430.16358.0952.8165.1
HexD5777A02C2B101663541
Octal325167172054532054665101
Binary11010101111011111110100101100101011100001011001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5777A; }

 p { color: rgb(213,119,122); }

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

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

 a { background-color: rgb(213,119,122); }

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

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

 span { border-color: rgb(213,119,122); }

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