Html Css Color HEX #DA4E5C Mandy

📋 copy color: '#DA4E5C'

red 218 ◦ green 78 ◦ blue 92

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

Shades of Mandy #DA4E5C

Tints of Mandy #DA4E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 56.19%
G = 20.1%
B = 23.71%

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

#DA4E5C (or 0xDA4E5C) is known color: Mandy. HEX triplet: DA, 4E and 5C. RGB value is (218,78,92). Sum of RGB (Red+Green+Blue) = 218+78+92=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E5C is #25B1A3. Grayscale: #797979. Windows color (decimal): -2470308 or 6049498. OLE color: 6049498.

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

Color convert

RGB 218 78 92 -
CMYK 0 0.64 0.58 0.15
HSL 354º 0.65% 0.58% -
HSV(B) 354º 0.64% 0.85% -
XYZ 33.57 21.13 12.43 -
YUV 121.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 218 78 92 0 0.64 0.58 0.15 354 0.65 0.58
Hex DA 4E 5C 0 40 3A F 162 41 3A
Octal 332 116 134 0 100 72 17 542 101 72
Binary 11011010 1001110 1011100 0 1000000 111010 1111 101100010 1000001 111010

Color Harmonies of #DA4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E5C

Black with #DA4E5C

Text Example


Text Example

White with #DA4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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