#DA6061

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

Shades of Mandy #DA6061

Tints of Mandy #DA6061

Color information

#DA6061 (or 0xDA6061) is unknown color: approx Mandy. HEX triplet: DA, 60 and 61. RGB value is (218,96,97). Sum of RGB (Red+Green+Blue) = 218+96+97=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6061 is #259F9E. Grayscale: #848484. Windows color (decimal): -2465695 or 6381786. OLE color: 6381786.

HSL color Cylindrical-coordinate representation of color #DA6061: hue angle of 359.51º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6061 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2189697-
CMYK00.560.560.15
HSL359.51º62.24%61.57%-
HSV(B)359.51º55.96%85.49%-
XYZ35.2524.1314.11-
YUV132.59107.92188.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.04%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=53.04%
G=23.36%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218969700.560.560.15359.5162.2461.57
HexDA606103838F1683e3e
Octal33214014107070175507676
Binary110110101100000110000101110001110001111101101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6061; }

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

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

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

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

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

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

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

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