#D57858

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

Shades of Japonica #D57858

Tints of Japonica #D57858

Color information

#D57858 (or 0xD57858) is unknown color: approx Japonica. HEX triplet: D5, 78 and 58. RGB value is (213,120,88). Sum of RGB (Red+Green+Blue) = 213+120+88=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D57858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57858 is #2A87A7. Grayscale: #909090. Windows color (decimal): -2787240 or 5798101. OLE color: 5798101.

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

Color convert

RGB21312088-
CMYK00.440.590.16
HSL15.36º59.81%59.02%-
HSV(B)15.36º58.69%83.53%-
XYZ35.9228.2812.8-
YUV144.1696.31177.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=50.59%
G=28.50%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131208800.440.590.1615.3659.8159.02
HexD5785802C3B10f3c3b
Octal3251701300547320177473
Binary11010101111100010110000101100111011100001111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57858; }

 p { color: rgb(213,120,88); }

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

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

 a { background-color: rgb(213,120,88); }

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

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

 span { border-color: rgb(213,120,88); }

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