Html Css Color HEX #DA5058 Mandy

📋 copy color: '#DA5058'

red 218 ◦ green 80 ◦ blue 88

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

Shades of Mandy #DA5058

Tints of Mandy #DA5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 56.48%
G = 20.73%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA5058 (or 0xDA5058) is known color: Mandy. HEX triplet: DA, 50 and 58. RGB value is (218,80,88). Sum of RGB (Red+Green+Blue) = 218+80+88=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5058 is #25AFA7. Grayscale: #7A7A7A. Windows color (decimal): -2469800 or 5787866. OLE color: 5787866.

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

Color convert

RGB 218 80 88 -
CMYK 0 0.63 0.60 0.15
HSL 356.52º 0.65% 0.58% -
HSV(B) 356.52º 0.63% 0.85% -
XYZ 33.54 21.35 11.59 -
YUV 122.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 218 80 88 0 0.63 0.60 0.15 356.52 0.65 0.58
Hex DA 50 58 0 3F 3C F 165 41 3A
Octal 332 120 130 0 77 74 17 545 101 72
Binary 11011010 1010000 1011000 0 111111 111100 1111 101100101 1000001 111010

Color Harmonies of #DA5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5058

Black with #DA5058

Text Example


Text Example

White with #DA5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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