#DA4B60

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

Shades of Mandy #DA4B60

Tints of Mandy #DA4B60

Color information

#DA4B60 (or 0xDA4B60) is unknown color: approx Mandy. HEX triplet: DA, 4B and 60. RGB value is (218,75,96). Sum of RGB (Red+Green+Blue) = 218+75+96=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B60 is #25B49F. Grayscale: #787878. Windows color (decimal): -2471072 or 6310874. OLE color: 6310874.

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

Color convert

RGB2187596-
CMYK00.660.560.15
HSL351.19º65.9%57.45%-
HSV(B)351.19º65.6%85.49%-
XYZ33.5420.7813.31-
YUV120.15114.38197.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=56.04%
G=19.28%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218759600.660.560.15351.1965.957.45
HexDA4B6004238F15f4239
Octal3321131400102701753710271
Binary11011010100101111000000100001011100011111010111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4B60; }

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

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

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

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

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

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

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

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