#D56D5C

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

Shades of Japonica #D56D5C

Tints of Japonica #D56D5C

Color information

#D56D5C (or 0xD56D5C) is unknown color: approx Japonica. HEX triplet: D5, 6D and 5C. RGB value is (213,109,92). Sum of RGB (Red+Green+Blue) = 213+109+92=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D5C is #2A92A3. Grayscale: #8A8A8A. Windows color (decimal): -2790052 or 6057429. OLE color: 6057429.

HSL color Cylindrical-coordinate representation of color #D56D5C: hue angle of 8.43º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56D5C is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21310992-
CMYK00.490.570.16
HSL8.43º59.02%59.8%-
HSV(B)8.43º56.81%83.53%-
XYZ34.8425.8613.28-
YUV138.16101.96181.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=51.45%
G=26.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131099200.490.570.168.4359.0259.8
HexD56D5C031391083b3c
Octal3251551340617120107374
Binary11010101110110110111000110001111001100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D5C; }

 p { color: rgb(213,109,92); }

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

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

 a { background-color: rgb(213,109,92); }

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

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

 span { border-color: rgb(213,109,92); }

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