#D2755C

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

Shades of Japonica #D2755C

Tints of Japonica #D2755C

Color information

#D2755C (or 0xD2755C) is unknown color: approx Japonica. HEX triplet: D2, 75 and 5C. RGB value is (210,117,92). Sum of RGB (Red+Green+Blue) = 210+117+92=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2755C is #2D8AA3. Grayscale: #8E8E8E. Windows color (decimal): -2984612 or 6059474. OLE color: 6059474.

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

Color convert

RGB21011792-
CMYK00.440.560.18
HSL12.71º56.73%59.22%-
HSV(B)12.71º56.19%82.35%-
XYZ34.8727.213.54-
YUV141.9699.81176.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=50.12%
G=27.92%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101179200.440.560.1812.7156.7359.22
HexD2755C02C3812d393b
Octal3221651340547022157173
Binary11010010111010110111000101100111000100101101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2755C; }

 p { color: rgb(210,117,92); }

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

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

 a { background-color: rgb(210,117,92); }

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

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

 span { border-color: rgb(210,117,92); }

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