#DA6163

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

Shades of Mandy #DA6163

Tints of Mandy #DA6163

Color information

#DA6163 (or 0xDA6163) is unknown color: approx Mandy. HEX triplet: DA, 61 and 63. RGB value is (218,97,99). Sum of RGB (Red+Green+Blue) = 218+97+99=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6163 is #259E9C. Grayscale: #858585. Windows color (decimal): -2465437 or 6513114. OLE color: 6513114.

HSL color Cylindrical-coordinate representation of color #DA6163: hue angle of 359.01º 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 #DA6163 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2189799-
CMYK00.560.550.15
HSL359.01º62.05%61.76%-
HSV(B)359.01º55.5%85.49%-
XYZ35.4424.3614.64-
YUV133.41108.59188.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.66%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=52.66%
G=23.43%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218979900.560.550.15359.0162.0561.76
HexDA616303837F1673e3e
Octal33214114307067175477676
Binary110110101100001110001101110001101111111101100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6163; }

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

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

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

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

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

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

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

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