#D56D5D

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

Shades of Japonica #D56D5D

Tints of Japonica #D56D5D

Color information

#D56D5D (or 0xD56D5D) is unknown color: approx Japonica. HEX triplet: D5, 6D and 5D. RGB value is (213,109,93). Sum of RGB (Red+Green+Blue) = 213+109+93=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D5D is #2A92A2. Grayscale: #8A8A8A. Windows color (decimal): -2790051 or 6122965. OLE color: 6122965.

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

Color convert

RGB21310993-
CMYK00.490.560.16
HSL58.82%60%-
HSV(B)56.34%83.53%-
XYZ34.8825.8713.51-
YUV138.27102.46181.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.33%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=51.33%
G=26.27%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131099300.490.560.16858.8260
HexD56D5D031381083b3c
Octal3251551350617020107374
Binary11010101110110110111010110001111000100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D5D; }

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

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

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

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

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

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

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

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