Html Css Color HEX #DA5155 Mandy

📋 copy color: '#DA5155'

red 218 ◦ green 81 ◦ blue 85

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

Shades of Mandy #DA5155

Tints of Mandy #DA5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 56.77%
G = 21.09%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5155 (or 0xDA5155) is known color: Mandy. HEX triplet: DA, 51 and 55. RGB value is (218,81,85). Sum of RGB (Red+Green+Blue) = 218+81+85=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5155 is #25AEAA. Grayscale: #7A7A7A. Windows color (decimal): -2469547 or 5591514. OLE color: 5591514.

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

Color convert

RGB 218 81 85 -
CMYK 0 0.63 0.61 0.15
HSL 358.25º 0.65% 0.59% -
HSV(B) 358.25º 0.63% 0.85% -
XYZ 33.5 21.45 10.97 -
YUV 122.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 218 81 85 0 0.63 0.61 0.15 358.25 0.65 0.59
Hex DA 51 55 0 3F 3D F 166 41 3B
Octal 332 121 125 0 77 75 17 546 101 73
Binary 11011010 1010001 1010101 0 111111 111101 1111 101100110 1000001 111011

Color Harmonies of #DA5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5155

Black with #DA5155

Text Example


Text Example

White with #DA5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5155; }

 p { color: rgb(218,81,85); }

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

background-color css

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

 a { background-color: rgb(218,81,85); }

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

border-color css

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

 span { border-color: rgb(218,81,85); }

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