Html Css Color HEX #DA4548 Mandy

📋 copy color: '#DA4548'

red 218 ◦ green 69 ◦ blue 72

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

Shades of Mandy #DA4548

Tints of Mandy #DA4548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 60.72%
G = 19.22%
B = 20.06%

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

#DA4548 (or 0xDA4548) is known color: Mandy. HEX triplet: DA, 45 and 48. RGB value is (218,69,72). Sum of RGB (Red+Green+Blue) = 218+69+72=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4548 is #25BAB7. Grayscale: #727272. Windows color (decimal): -2472632 or 4736474. OLE color: 4736474.

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

Color convert

RGB 218 69 72 -
CMYK 0 0.68 0.67 0.15
HSL 358.79º 0.67% 0.56% -
HSV(B) 358.79º 0.68% 0.85% -
XYZ 32.21 19.63 8.22 -
YUV 113.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 218 69 72 0 0.68 0.67 0.15 358.79 0.67 0.56
Hex DA 45 48 0 44 43 F 167 43 38
Octal 332 105 110 0 104 103 17 547 103 70
Binary 11011010 1000101 1001000 0 1000100 1000011 1111 101100111 1000011 111000

Color Harmonies of #DA4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4548

Black with #DA4548

Text Example


Text Example

White with #DA4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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