#D2715E

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

Shades of Japonica #D2715E

Tints of Japonica #D2715E

Color information

#D2715E (or 0xD2715E) is unknown color: approx Japonica. HEX triplet: D2, 71 and 5E. RGB value is (210,113,94). Sum of RGB (Red+Green+Blue) = 210+113+94=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2715E is #2D8EA1. Grayscale: #8C8C8C. Windows color (decimal): -2985634 or 6189522. OLE color: 6189522.

HSL color Cylindrical-coordinate representation of color #D2715E: hue angle of 9.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2715E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21011394-
CMYK00.460.550.18
HSL9.83º56.31%59.61%-
HSV(B)9.83º55.24%82.35%-
XYZ34.526.3213.85-
YUV139.84102.14178.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=50.36%
G=27.10%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101139400.460.550.189.8356.3159.61
HexD2715E02E3712a383c
Octal3221611360566722127074
Binary11010010111000110111100101110110111100101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2715E; }

 p { color: rgb(210,113,94); }

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

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

 a { background-color: rgb(210,113,94); }

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

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

 span { border-color: rgb(210,113,94); }

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