Html Css Color HEX #DA5C60 Mandy

📋 copy color: '#DA5C60'

red 218 ◦ green 92 ◦ blue 96

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

Shades of Mandy #DA5C60

Tints of Mandy #DA5C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.66%

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

R = 53.69%
G = 22.66%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA5C60 (or 0xDA5C60) is known color: Mandy. HEX triplet: DA, 5C and 60. RGB value is (218,92,96). Sum of RGB (Red+Green+Blue) = 218+92+96=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C60 is #25A39F. Grayscale: #828282. Windows color (decimal): -2466720 or 6315226. OLE color: 6315226.

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

Color convert

RGB 218 92 96 -
CMYK 0 0.58 0.56 0.15
HSL 358.1º 0.63% 0.61% -
HSV(B) 358.1º 0.58% 0.85% -
XYZ 34.85 23.4 13.75 -
YUV 130.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 218 92 96 0 0.58 0.56 0.15 358.1 0.63 0.61
Hex DA 5C 60 0 3A 38 F 166 3F 3D
Octal 332 134 140 0 72 70 17 546 77 75
Binary 11011010 1011100 1100000 0 111010 111000 1111 101100110 111111 111101

Color Harmonies of #DA5C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C60

Black with #DA5C60

Text Example


Text Example

White with #DA5C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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