Html Css Color HEX #DA4960 Mandy

📋 copy color: '#DA4960'

red 218 ◦ green 73 ◦ blue 96

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

Shades of Mandy #DA4960

Tints of Mandy #DA4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 56.33%
G = 18.86%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA4960 (or 0xDA4960) is known color: Mandy. HEX triplet: DA, 49 and 60. RGB value is (218,73,96). Sum of RGB (Red+Green+Blue) = 218+73+96=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4960 is #25B69F. Grayscale: #777777. Windows color (decimal): -2471584 or 6310362. OLE color: 6310362.

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

Color convert

RGB 218 73 96 -
CMYK 0 0.67 0.56 0.15
HSL 350.48º 0.66% 0.57% -
HSV(B) 350.48º 0.67% 0.85% -
XYZ 33.41 20.52 13.27 -
YUV 118.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 218 73 96 0 0.67 0.56 0.15 350.48 0.66 0.57
Hex DA 49 60 0 43 38 F 15E 42 39
Octal 332 111 140 0 103 70 17 536 102 71
Binary 11011010 1001001 1100000 0 1000011 111000 1111 101011110 1000010 111001

Color Harmonies of #DA4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4960

Black with #DA4960

Text Example


Text Example

White with #DA4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4960; }

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

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

background-color css

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

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

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

border-color css

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

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

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