Html Css Color HEX #DA5660 Mandy

📋 copy color: '#DA5660'

red 218 ◦ green 86 ◦ blue 96

#DA5660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DA5660

Tints of Mandy #DA5660

RGB

 RED value IS 218 (85.55% from 255) = 54.5%

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 54.5%
G = 21.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA5660 (or 0xDA5660) is known color: Mandy. HEX triplet: DA, 56 and 60. RGB value is (218,86,96). Sum of RGB (Red+Green+Blue) = 218+86+96=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5660 is #25A99F. Grayscale: #7E7E7E. Windows color (decimal): -2468256 or 6313690. OLE color: 6313690.

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

Color convert

RGB 218 86 96 -
CMYK 0 0.61 0.56 0.15
HSL 355.45º 0.64% 0.6% -
HSV(B) 355.45º 0.61% 0.85% -
XYZ 34.35 22.41 13.58 -
YUV 126.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 218 86 96 0 0.61 0.56 0.15 355.45 0.64 0.6
Hex DA 56 60 0 3D 38 F 163 40 3C
Octal 332 126 140 0 75 70 17 543 100 74
Binary 11011010 1010110 1100000 0 111101 111000 1111 101100011 1000000 111100

Color Harmonies of #DA5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5660

Black with #DA5660

Text Example


Text Example

White with #DA5660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5660; }

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

 H1.HeaderClassName
 {
   color: #DA5660;
 }
 .AnyTagClassName
 {
   color: #DA5660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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