#DA5161

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

Shades of Mandy #DA5161

Tints of Mandy #DA5161

Color information

#DA5161 (or 0xDA5161) is unknown color: approx Mandy. HEX triplet: DA, 51 and 61. RGB value is (218,81,97). Sum of RGB (Red+Green+Blue) = 218+81+97=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5161 is #25AE9E. Grayscale: #7B7B7B. Windows color (decimal): -2469535 or 6377946. OLE color: 6377946.

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

Color convert

RGB2188197-
CMYK00.630.560.15
HSL352.99º64.93%58.63%-
HSV(B)352.99º62.84%85.49%-
XYZ34.0121.6513.7-
YUV123.79112.89195.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.05%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=55.05%
G=20.45%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218819700.630.560.15352.9964.9358.63
HexDA516103F38F161413b
Octal332121141077701754110173
Binary1101101010100011100001011111111100011111011000011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5161; }

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

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

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

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

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

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

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

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