Html Css Color HEX #DA4549 Mandy

📋 copy color: '#DA4549'

red 218 ◦ green 69 ◦ blue 73

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

Shades of Mandy #DA4549

Tints of Mandy #DA4549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 60.56%
G = 19.17%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4549 (or 0xDA4549) is known color: Mandy. HEX triplet: DA, 45 and 49. RGB value is (218,69,73). Sum of RGB (Red+Green+Blue) = 218+69+73=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4549 is #25BAB6. Grayscale: #727272. Windows color (decimal): -2472631 or 4802010. OLE color: 4802010.

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

Color convert

RGB 218 69 73 -
CMYK 0 0.68 0.67 0.15
HSL 358.39º 0.67% 0.56% -
HSV(B) 358.39º 0.68% 0.85% -
XYZ 32.24 19.64 8.4 -
YUV 114.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 218 69 73 0 0.68 0.67 0.15 358.39 0.67 0.56
Hex DA 45 49 0 44 43 F 166 43 38
Octal 332 105 111 0 104 103 17 546 103 70
Binary 11011010 1000101 1001001 0 1000100 1000011 1111 101100110 1000011 111000

Color Harmonies of #DA4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4549

Black with #DA4549

Text Example


Text Example

White with #DA4549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4549; }

 p { color: rgb(218,69,73); }

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

background-color css

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

 a { background-color: rgb(218,69,73); }

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

border-color css

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

 span { border-color: rgb(218,69,73); }

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