Html Css Color HEX #DA5558 Mandy

📋 copy color: '#DA5558'

red 218 ◦ green 85 ◦ blue 88

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

Shades of Mandy #DA5558

Tints of Mandy #DA5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 55.75%
G = 21.74%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5558 (or 0xDA5558) is known color: Mandy. HEX triplet: DA, 55 and 58. RGB value is (218,85,88). Sum of RGB (Red+Green+Blue) = 218+85+88=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5558 is #25AAA7. Grayscale: #7D7D7D. Windows color (decimal): -2468520 or 5789146. OLE color: 5789146.

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

Color convert

RGB 218 85 88 -
CMYK 0 0.61 0.60 0.15
HSL 358.65º 0.64% 0.59% -
HSV(B) 358.65º 0.61% 0.85% -
XYZ 33.92 22.11 11.71 -
YUV 125.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 218 85 88 0 0.61 0.60 0.15 358.65 0.64 0.59
Hex DA 55 58 0 3D 3C F 167 40 3B
Octal 332 125 130 0 75 74 17 547 100 73
Binary 11011010 1010101 1011000 0 111101 111100 1111 101100111 1000000 111011

Color Harmonies of #DA5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5558

Black with #DA5558

Text Example


Text Example

White with #DA5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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