#D56F7B

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

Shades of Froly #D56F7B

Tints of Froly #D56F7B

Color information

#D56F7B (or 0xD56F7B) is unknown color: approx Froly. HEX triplet: D5, 6F and 7B. RGB value is (213,111,123). Sum of RGB (Red+Green+Blue) = 213+111+123=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F7B is #2A9084. Grayscale: #8E8E8E. Windows color (decimal): -2789509 or 8089557. OLE color: 8089557.

HSL color Cylindrical-coordinate representation of color #D56F7B: hue angle of 352.94º 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 #D56F7B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213111123-
CMYK00.480.420.16
HSL352.94º54.84%63.53%-
HSV(B)352.94º47.89%83.53%-
XYZ36.726.9522.01-
YUV142.87116.79178.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=47.65%
G=24.83%
B=27.52%

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
Decimal21311112300.480.420.16352.9454.8463.53
HexD56F7B0302A101613740
Octal325157173060522054167100
Binary11010101110111111110110110000101010100001011000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F7B; }

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

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

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

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

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

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

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

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