#D57265

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

Shades of Japonica #D57265

Tints of Japonica #D57265

Color information

#D57265 (or 0xD57265) is unknown color: approx Japonica. HEX triplet: D5, 72 and 65. RGB value is (213,114,101). Sum of RGB (Red+Green+Blue) = 213+114+101=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D57265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57265 is #2A8D9A. Grayscale: #8E8E8E. Windows color (decimal): -2788763 or 6648533. OLE color: 6648533.

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

Color convert

RGB213114101-
CMYK00.460.530.16
HSL6.96º57.14%61.57%-
HSV(B)6.96º52.58%83.53%-
XYZ35.8127.1215.66-
YUV142.12104.8178.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=49.77%
G=26.64%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311410100.460.530.166.9657.1461.57
HexD5726502E35107393e
Octal325162145056652077176
Binary1101010111100101100101010111011010110000111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57265; }

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

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

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

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

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

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

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

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