Html Css Color HEX #DA4748 Mandy

📋 copy color: '#DA4748'

red 218 ◦ green 71 ◦ blue 72

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

Shades of Mandy #DA4748

Tints of Mandy #DA4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 60.39%
G = 19.67%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4748 (or 0xDA4748) is known color: Mandy. HEX triplet: DA, 47 and 48. RGB value is (218,71,72). Sum of RGB (Red+Green+Blue) = 218+71+72=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4748 is #25B8B7. Grayscale: #737373. Windows color (decimal): -2472120 or 4736986. OLE color: 4736986.

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

Color convert

RGB 218 71 72 -
CMYK 0 0.67 0.67 0.15
HSL 359.59º 0.67% 0.57% -
HSV(B) 359.59º 0.67% 0.85% -
XYZ 32.34 19.88 8.26 -
YUV 115.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 218 71 72 0 0.67 0.67 0.15 359.59 0.67 0.57
Hex DA 47 48 0 43 43 F 168 43 39
Octal 332 107 110 0 103 103 17 550 103 71
Binary 11011010 1000111 1001000 0 1000011 1000011 1111 101101000 1000011 111001

Color Harmonies of #DA4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4748

Black with #DA4748

Text Example


Text Example

White with #DA4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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