#DA6165

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

Shades of Mandy #DA6165

Tints of Mandy #DA6165

Color information

#DA6165 (or 0xDA6165) is unknown color: approx Mandy. HEX triplet: DA, 61 and 65. RGB value is (218,97,101). Sum of RGB (Red+Green+Blue) = 218+97+101=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6165 is #259E9A. Grayscale: #858585. Windows color (decimal): -2465435 or 6644186. OLE color: 6644186.

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

Color convert

RGB21897101-
CMYK00.560.540.15
HSL358.02º62.05%61.76%-
HSV(B)358.02º55.5%85.49%-
XYZ35.5424.3915.15-
YUV133.64109.59188.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.40%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=52.40%
G=23.32%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189710100.560.540.15358.0262.0561.76
HexDA616503836F1663e3e
Octal33214114507066175467676
Binary110110101100001110010101110001101101111101100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6165; }

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

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

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

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

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

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

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

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