Html Css Color HEX #DA5360 Mandy

📋 copy color: '#DA5360'

red 218 ◦ green 83 ◦ blue 96

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

Shades of Mandy #DA5360

Tints of Mandy #DA5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 54.91%
G = 20.91%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA5360 (or 0xDA5360) is known color: Mandy. HEX triplet: DA, 53 and 60. RGB value is (218,83,96). Sum of RGB (Red+Green+Blue) = 218+83+96=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5360 is #25AC9F. Grayscale: #7C7C7C. Windows color (decimal): -2469024 or 6312922. OLE color: 6312922.

HSL color Cylindrical-coordinate representation of color #DA5360: hue angle of 354.22º 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 #DA5360 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 96 -
CMYK 0 0.62 0.56 0.15
HSL 354.22º 0.65% 0.59% -
HSV(B) 354.22º 0.62% 0.85% -
XYZ 34.12 21.94 13.5 -
YUV 124.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 218 83 96 0 0.62 0.56 0.15 354.22 0.65 0.59
Hex DA 53 60 0 3E 38 F 162 41 3B
Octal 332 123 140 0 76 70 17 542 101 73
Binary 11011010 1010011 1100000 0 111110 111000 1111 101100010 1000001 111011

Color Harmonies of #DA5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5360

Black with #DA5360

Text Example


Text Example

White with #DA5360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5360; }

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

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

background-color css

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

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

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

border-color css

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

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

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