#D56E61

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

Shades of Japonica #D56E61

Tints of Japonica #D56E61

Color information

#D56E61 (or 0xD56E61) is unknown color: approx Japonica. HEX triplet: D5, 6E and 61. RGB value is (213,110,97). Sum of RGB (Red+Green+Blue) = 213+110+97=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E61 is #2A919E. Grayscale: #8B8B8B. Windows color (decimal): -2789791 or 6385365. OLE color: 6385365.

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

Color convert

RGB21311097-
CMYK00.480.540.16
HSL6.72º58%60.78%-
HSV(B)6.72º54.46%83.53%-
XYZ35.1726.1614.5-
YUV139.32104.12180.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=50.71%
G=26.19%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131109700.480.540.166.725860.78
HexD56E61030361073a3d
Octal325156141060662077275
Binary1101010111011101100001011000011011010000111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E61; }

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

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

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

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

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

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

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

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