Html Css Color HEX #DA4860 Mandy

📋 copy color: '#DA4860'

red 218 ◦ green 72 ◦ blue 96

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

Shades of Mandy #DA4860

Tints of Mandy #DA4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 56.48%
G = 18.65%
B = 24.87%

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

#DA4860 (or 0xDA4860) is known color: Mandy. HEX triplet: DA, 48 and 60. RGB value is (218,72,96). Sum of RGB (Red+Green+Blue) = 218+72+96=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4860 is #25B79F. Grayscale: #767676. Windows color (decimal): -2471840 or 6310106. OLE color: 6310106.

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

Color convert

RGB 218 72 96 -
CMYK 0 0.67 0.56 0.15
HSL 350.14º 0.66% 0.57% -
HSV(B) 350.14º 0.67% 0.85% -
XYZ 33.34 20.38 13.24 -
YUV 118.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 218 72 96 0 0.67 0.56 0.15 350.14 0.66 0.57
Hex DA 48 60 0 43 38 F 15E 42 39
Octal 332 110 140 0 103 70 17 536 102 71
Binary 11011010 1001000 1100000 0 1000011 111000 1111 101011110 1000010 111001

Color Harmonies of #DA4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4860

Black with #DA4860

Text Example


Text Example

White with #DA4860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4860; }

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

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

background-color css

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

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

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

border-color css

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

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

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