Html Css Color HEX #DA4C51 Mandy

📋 copy color: '#DA4C51'

red 218 ◦ green 76 ◦ blue 81

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

Shades of Mandy #DA4C51

Tints of Mandy #DA4C51

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 58.13%
G = 20.27%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA4C51 (or 0xDA4C51) is known color: Mandy. HEX triplet: DA, 4C and 51. RGB value is (218,76,81). Sum of RGB (Red+Green+Blue) = 218+76+81=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C51 is #25B3AE. Grayscale: #777777. Windows color (decimal): -2470831 or 5328090. OLE color: 5328090.

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

Color convert

RGB 218 76 81 -
CMYK 0 0.65 0.63 0.15
HSL 357.89º 0.66% 0.58% -
HSV(B) 357.89º 0.65% 0.85% -
XYZ 32.98 20.67 10.04 -
YUV 119.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 218 76 81 0 0.65 0.63 0.15 357.89 0.66 0.58
Hex DA 4C 51 0 41 3F F 166 42 3A
Octal 332 114 121 0 101 77 17 546 102 72
Binary 11011010 1001100 1010001 0 1000001 111111 1111 101100110 1000010 111010

Color Harmonies of #DA4C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C51

Black with #DA4C51

Text Example


Text Example

White with #DA4C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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