#DA5361

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

Shades of Mandy #DA5361

Tints of Mandy #DA5361

Color information

#DA5361 (or 0xDA5361) is unknown color: approx Mandy. HEX triplet: DA, 53 and 61. RGB value is (218,83,97). Sum of RGB (Red+Green+Blue) = 218+83+97=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5361 is #25AC9E. Grayscale: #7D7D7D. Windows color (decimal): -2469023 or 6378458. OLE color: 6378458.

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

Color convert

RGB2188397-
CMYK00.620.560.15
HSL353.78º64.59%59.02%-
HSV(B)353.78º61.93%85.49%-
XYZ34.1621.9613.75-
YUV124.96112.23194.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.77%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=54.77%
G=20.85%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218839700.620.560.15353.7864.5959.02
HexDA536103E38F162413b
Octal332123141076701754210173
Binary1101101010100111100001011111011100011111011000101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5361; }

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

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

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

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

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

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

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

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