#D56D72

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

Shades of Froly #D56D72

Tints of Froly #D56D72

Color information

#D56D72 (or 0xD56D72) is unknown color: approx Froly. HEX triplet: D5, 6D and 72. RGB value is (213,109,114). Sum of RGB (Red+Green+Blue) = 213+109+114=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D72 is #2A928D. Grayscale: #8C8C8C. Windows color (decimal): -2790030 or 7499221. OLE color: 7499221.

HSL color Cylindrical-coordinate representation of color #D56D72: hue angle of 357.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D72 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213109114-
CMYK00.490.460.16
HSL357.12º55.32%63.14%-
HSV(B)357.12º48.83%83.53%-
XYZ35.9526.319.1-
YUV140.67112.96179.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=48.85%
G=25%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310911400.490.460.16357.1255.3263.14
HexD56D720312E10165373f
Octal32515516206156205456777
Binary1101010111011011110010011000110111010000101100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D72; }

 p { color: rgb(213,109,114); }

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

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

 a { background-color: rgb(213,109,114); }

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

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

 span { border-color: rgb(213,109,114); }

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