#D56F7C

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

Shades of Froly #D56F7C

Tints of Froly #D56F7C

Color information

#D56F7C (or 0xD56F7C) is unknown color: approx Froly. HEX triplet: D5, 6F and 7C. RGB value is (213,111,124). Sum of RGB (Red+Green+Blue) = 213+111+124=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F7C is #2A9083. Grayscale: #8F8F8F. Windows color (decimal): -2789508 or 8155093. OLE color: 8155093.

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

Color convert

RGB213111124-
CMYK00.480.420.16
HSL352.35º54.84%63.53%-
HSV(B)352.35º47.89%83.53%-
XYZ36.7626.9722.34-
YUV142.98117.29177.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 111 (43.75% from 255) = 24.78%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=47.54%
G=24.78%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311112400.480.420.16352.3554.8463.53
HexD56F7C0302A101603740
Octal325157174060522054067100
Binary11010101110111111111000110000101010100001011000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F7C; }

 p { color: rgb(213,111,124); }

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

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

 a { background-color: rgb(213,111,124); }

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

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

 span { border-color: rgb(213,111,124); }

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