#D06160

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

Shades of Indian Red #D06160

Tints of Indian Red #D06160

Color information

#D06160 (or 0xD06160) is unknown color: approx Indian Red. HEX triplet: D0, 61 and 60. RGB value is (208,97,96). Sum of RGB (Red+Green+Blue) = 208+97+96=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D06160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06160 is #2F9E9F. Grayscale: #828282. Windows color (decimal): -3120800 or 6316496. OLE color: 6316496.

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

Color convert

RGB2089796-
CMYK00.530.540.18
HSL0.54º54.37%59.61%-
HSV(B)0.54º53.85%81.57%-
XYZ32.422.813.76-
YUV130.07108.77183.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.87%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=51.87%
G=24.19%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208979600.530.540.180.5454.3759.61
HexD0616003536121363c
Octal320141140065662216674
Binary11010000110000111000000110101110110100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06160; }

 p { color: rgb(208,97,96); }

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

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

 a { background-color: rgb(208,97,96); }

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

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

 span { border-color: rgb(208,97,96); }

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