Html Css Color HEX #DA5154 Mandy

📋 copy color: '#DA5154'

red 218 ◦ green 81 ◦ blue 84

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

Shades of Mandy #DA5154

Tints of Mandy #DA5154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

 BLUE value IS 84 (33.2% from 255) = 21.93%

R = 56.92%
G = 21.15%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA5154 (or 0xDA5154) is known color: Mandy. HEX triplet: DA, 51 and 54. RGB value is (218,81,84). Sum of RGB (Red+Green+Blue) = 218+81+84=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5154 is #25AEAB. Grayscale: #7A7A7A. Windows color (decimal): -2469548 or 5525978. OLE color: 5525978.

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

Color convert

RGB 218 81 84 -
CMYK 0 0.63 0.61 0.15
HSL 358.69º 0.65% 0.59% -
HSV(B) 358.69º 0.63% 0.85% -
XYZ 33.46 21.43 10.76 -
YUV 122.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 218 81 84 0 0.63 0.61 0.15 358.69 0.65 0.59
Hex DA 51 54 0 3F 3D F 167 41 3B
Octal 332 121 124 0 77 75 17 547 101 73
Binary 11011010 1010001 1010100 0 111111 111101 1111 101100111 1000001 111011

Color Harmonies of #DA5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5154

Black with #DA5154

Text Example


Text Example

White with #DA5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5154; }

 p { color: rgb(218,81,84); }

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

background-color css

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

 a { background-color: rgb(218,81,84); }

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

border-color css

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

 span { border-color: rgb(218,81,84); }

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