Html Css Color HEX #DA5053 Mandy

📋 copy color: '#DA5053'

red 218 ◦ green 80 ◦ blue 83

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

Shades of Mandy #DA5053

Tints of Mandy #DA5053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 57.22%
G = 21%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA5053 (or 0xDA5053) is known color: Mandy. HEX triplet: DA, 50 and 53. RGB value is (218,80,83). Sum of RGB (Red+Green+Blue) = 218+80+83=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5053 is #25AFAC. Grayscale: #797979. Windows color (decimal): -2469805 or 5460186. OLE color: 5460186.

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

Color convert

RGB 218 80 83 -
CMYK 0 0.63 0.62 0.15
HSL 358.7º 0.65% 0.58% -
HSV(B) 358.7º 0.63% 0.85% -
XYZ 33.34 21.27 10.53 -
YUV 121.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 218 80 83 0 0.63 0.62 0.15 358.7 0.65 0.58
Hex DA 50 53 0 3F 3E F 167 41 3A
Octal 332 120 123 0 77 76 17 547 101 72
Binary 11011010 1010000 1010011 0 111111 111110 1111 101100111 1000001 111010

Color Harmonies of #DA5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5053

Black with #DA5053

Text Example


Text Example

White with #DA5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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