Html Css Color HEX #DA444D Mandy

📋 copy color: '#DA444D'

red 218 ◦ green 68 ◦ blue 77

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

Shades of Mandy #DA444D

Tints of Mandy #DA444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 60.06%
G = 18.73%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA444D (or 0xDA444D) is known color: Mandy. HEX triplet: DA, 44 and 4D. RGB value is (218,68,77). Sum of RGB (Red+Green+Blue) = 218+68+77=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA444D is #25BBB2. Grayscale: #717171. Windows color (decimal): -2472883 or 5063898. OLE color: 5063898.

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

Color convert

RGB 218 68 77 -
CMYK 0 0.69 0.65 0.15
HSL 356.4º 0.67% 0.56% -
HSV(B) 356.4º 0.69% 0.85% -
XYZ 32.32 19.58 9.1 -
YUV 113.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 218 68 77 0 0.69 0.65 0.15 356.4 0.67 0.56
Hex DA 44 4D 0 45 41 F 164 43 38
Octal 332 104 115 0 105 101 17 544 103 70
Binary 11011010 1000100 1001101 0 1000101 1000001 1111 101100100 1000011 111000

Color Harmonies of #DA444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA444D

Black with #DA444D

Text Example


Text Example

White with #DA444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA444D; }

 p { color: rgb(218,68,77); }

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

background-color css

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

 a { background-color: rgb(218,68,77); }

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

border-color css

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

 span { border-color: rgb(218,68,77); }

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