#D57263

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

Shades of Japonica #D57263

Tints of Japonica #D57263

Color information

#D57263 (or 0xD57263) is unknown color: approx Japonica. HEX triplet: D5, 72 and 63. RGB value is (213,114,99). Sum of RGB (Red+Green+Blue) = 213+114+99=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D57263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57263 is #2A8D9C. Grayscale: #8E8E8E. Windows color (decimal): -2788765 or 6517461. OLE color: 6517461.

HSL color Cylindrical-coordinate representation of color #D57263: hue angle of 7.89º 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 #D57263 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21311499-
CMYK00.460.540.16
HSL7.89º57.58%61.18%-
HSV(B)7.89º53.52%83.53%-
XYZ35.7127.0815.15-
YUV141.89103.8178.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=50%
G=26.76%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131149900.460.540.167.8957.5861.18
HexD5726302E361083a3d
Octal3251621430566620107275
Binary11010101111001011000110101110110110100001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57263; }

 p { color: rgb(213,114,99); }

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

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

 a { background-color: rgb(213,114,99); }

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

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

 span { border-color: rgb(213,114,99); }

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