#D56E7B

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

Shades of Froly #D56E7B

Tints of Froly #D56E7B

Color information

#D56E7B (or 0xD56E7B) is unknown color: approx Froly. HEX triplet: D5, 6E and 7B. RGB value is (213,110,123). Sum of RGB (Red+Green+Blue) = 213+110+123=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E7B is #2A9184. Grayscale: #8E8E8E. Windows color (decimal): -2789765 or 8089301. OLE color: 8089301.

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

Color convert

RGB213110123-
CMYK00.480.420.16
HSL352.43º55.08%63.33%-
HSV(B)352.43º48.36%83.53%-
XYZ36.5926.7321.97-
YUV142.28117.12178.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=47.76%
G=24.66%
B=27.58%

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
Decimal21311012300.480.420.16352.4355.0863.33
HexD56E7B0302A10160373f
Octal32515617306052205406777
Binary1101010111011101111011011000010101010000101100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E7B; }

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

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

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

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

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

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

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

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