#D56E5A

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

Shades of Japonica #D56E5A

Tints of Japonica #D56E5A

Color information

#D56E5A (or 0xD56E5A) is unknown color: approx Japonica. HEX triplet: D5, 6E and 5A. RGB value is (213,110,90). Sum of RGB (Red+Green+Blue) = 213+110+90=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E5A is #2A91A5. Grayscale: #8A8A8A. Windows color (decimal): -2789798 or 5926613. OLE color: 5926613.

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

Color convert

RGB21311090-
CMYK00.480.580.16
HSL9.76º59.42%59.41%-
HSV(B)9.76º57.75%83.53%-
XYZ34.8626.0412.86-
YUV138.52100.62181.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.57%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=51.57%
G=26.63%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131109000.480.580.169.7659.4259.41
HexD56E5A0303A10a3b3b
Octal3251561320607220127373
Binary11010101110111010110100110000111010100001010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E5A; }

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

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

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

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

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

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

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

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