Html Css Color HEX #DA5355 Mandy

📋 copy color: '#DA5355'

red 218 ◦ green 83 ◦ blue 85

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

Shades of Mandy #DA5355

Tints of Mandy #DA5355

RGB

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

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

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

R = 56.48%
G = 21.5%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5355 (or 0xDA5355) is known color: Mandy. HEX triplet: DA, 53 and 55. RGB value is (218,83,85). Sum of RGB (Red+Green+Blue) = 218+83+85=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5355 is #25ACAA. Grayscale: #7B7B7B. Windows color (decimal): -2469035 or 5592026. OLE color: 5592026.

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

Color convert

RGB 218 83 85 -
CMYK 0 0.62 0.61 0.15
HSL 359.11º 0.65% 0.59% -
HSV(B) 359.11º 0.62% 0.85% -
XYZ 33.65 21.75 11.02 -
YUV 123.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 218 83 85 0 0.62 0.61 0.15 359.11 0.65 0.59
Hex DA 53 55 0 3E 3D F 167 41 3B
Octal 332 123 125 0 76 75 17 547 101 73
Binary 11011010 1010011 1010101 0 111110 111101 1111 101100111 1000001 111011

Color Harmonies of #DA5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5355

Black with #DA5355

Text Example


Text Example

White with #DA5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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