Html Css Color HEX #DA4955 Mandy

📋 copy color: '#DA4955'

red 218 ◦ green 73 ◦ blue 85

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

Shades of Mandy #DA4955

Tints of Mandy #DA4955

RGB

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

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

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

R = 57.98%
G = 19.41%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA4955 (or 0xDA4955) is known color: Mandy. HEX triplet: DA, 49 and 55. RGB value is (218,73,85). Sum of RGB (Red+Green+Blue) = 218+73+85=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4955 is #25B6AA. Grayscale: #757575. Windows color (decimal): -2471595 or 5589466. OLE color: 5589466.

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

Color convert

RGB 218 73 85 -
CMYK 0 0.67 0.61 0.15
HSL 355.03º 0.66% 0.57% -
HSV(B) 355.03º 0.67% 0.85% -
XYZ 32.94 20.33 10.78 -
YUV 117.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 218 73 85 0 0.67 0.61 0.15 355.03 0.66 0.57
Hex DA 49 55 0 43 3D F 163 42 39
Octal 332 111 125 0 103 75 17 543 102 71
Binary 11011010 1001001 1010101 0 1000011 111101 1111 101100011 1000010 111001

Color Harmonies of #DA4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4955

Black with #DA4955

Text Example


Text Example

White with #DA4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4955; }

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

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

background-color css

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

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

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

border-color css

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

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

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