Html Css Color HEX #DA4E5B Mandy

📋 copy color: '#DA4E5B'

red 218 ◦ green 78 ◦ blue 91

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

Shades of Mandy #DA4E5B

Tints of Mandy #DA4E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.16%

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 56.33%
G = 20.16%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA4E5B (or 0xDA4E5B) is known color: Mandy. HEX triplet: DA, 4E and 5B. RGB value is (218,78,91). Sum of RGB (Red+Green+Blue) = 218+78+91=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E5B is #25B1A4. Grayscale: #797979. Windows color (decimal): -2470309 or 5983962. OLE color: 5983962.

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

Color convert

RGB 218 78 91 -
CMYK 0 0.64 0.58 0.15
HSL 354.43º 0.65% 0.58% -
HSV(B) 354.43º 0.64% 0.85% -
XYZ 33.53 21.11 12.21 -
YUV 121.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 218 78 91 0 0.64 0.58 0.15 354.43 0.65 0.58
Hex DA 4E 5B 0 40 3A F 162 41 3A
Octal 332 116 133 0 100 72 17 542 101 72
Binary 11011010 1001110 1011011 0 1000000 111010 1111 101100010 1000001 111010

Color Harmonies of #DA4E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E5B

Black with #DA4E5B

Text Example


Text Example

White with #DA4E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E5B; }

 p { color: rgb(218,78,91); }

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

background-color css

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

 a { background-color: rgb(218,78,91); }

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

border-color css

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

 span { border-color: rgb(218,78,91); }

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