Html Css Color HEX #DA4C60 Mandy

📋 copy color: '#DA4C60'

red 218 ◦ green 76 ◦ blue 96

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

Shades of Mandy #DA4C60

Tints of Mandy #DA4C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

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

R = 55.9%
G = 19.49%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4C60 (or 0xDA4C60) is known color: Mandy. HEX triplet: DA, 4C and 60. RGB value is (218,76,96). Sum of RGB (Red+Green+Blue) = 218+76+96=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C60 is #25B39F. Grayscale: #787878. Windows color (decimal): -2470816 or 6311130. OLE color: 6311130.

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

Color convert

RGB 218 76 96 -
CMYK 0 0.65 0.56 0.15
HSL 351.55º 0.66% 0.58% -
HSV(B) 351.55º 0.65% 0.85% -
XYZ 33.61 20.92 13.33 -
YUV 120.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 218 76 96 0 0.65 0.56 0.15 351.55 0.66 0.58
Hex DA 4C 60 0 41 38 F 160 42 3A
Octal 332 114 140 0 101 70 17 540 102 72
Binary 11011010 1001100 1100000 0 1000001 111000 1111 101100000 1000010 111010

Color Harmonies of #DA4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C60

Black with #DA4C60

Text Example


Text Example

White with #DA4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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