#D56A7B

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

Shades of Froly #D56A7B

Tints of Froly #D56A7B

Color information

#D56A7B (or 0xD56A7B) is unknown color: approx Froly. HEX triplet: D5, 6A and 7B. RGB value is (213,106,123). Sum of RGB (Red+Green+Blue) = 213+106+123=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A7B is #2A9584. Grayscale: #8B8B8B. Windows color (decimal): -2790789 or 8088277. OLE color: 8088277.

HSL color Cylindrical-coordinate representation of color #D56A7B: hue angle of 350.47º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A7B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213106123-
CMYK00.500.420.16
HSL350.47º56.02%62.55%-
HSV(B)350.47º50.23%83.53%-
XYZ36.1725.8821.83-
YUV139.93118.45180.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 106 (41.80% from 255) = 23.98%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=48.19%
G=23.98%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310612300.500.420.16350.4756.0262.55
HexD56A7B0322A1015e383f
Octal32515217306252205367077
Binary1101010111010101111011011001010101010000101011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A7B; }

 p { color: rgb(213,106,123); }

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

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

 a { background-color: rgb(213,106,123); }

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

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

 span { border-color: rgb(213,106,123); }

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