Html Css Color HEX #DA434D Mandy

📋 copy color: '#DA434D'

red 218 ◦ green 67 ◦ blue 77

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

Shades of Mandy #DA434D

Tints of Mandy #DA434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

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

R = 60.22%
G = 18.51%
B = 21.27%

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

#DA434D (or 0xDA434D) is known color: Mandy. HEX triplet: DA, 43 and 4D. RGB value is (218,67,77). Sum of RGB (Red+Green+Blue) = 218+67+77=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA434D is #25BCB2. Grayscale: #717171. Windows color (decimal): -2473139 or 5063642. OLE color: 5063642.

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

Color convert

RGB 218 67 77 -
CMYK 0 0.69 0.65 0.15
HSL 356.03º 0.67% 0.56% -
HSV(B) 356.03º 0.69% 0.85% -
XYZ 32.26 19.46 9.08 -
YUV 113.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 218 67 77 0 0.69 0.65 0.15 356.03 0.67 0.56
Hex DA 43 4D 0 45 41 F 164 43 38
Octal 332 103 115 0 105 101 17 544 103 70
Binary 11011010 1000011 1001101 0 1000101 1000001 1111 101100100 1000011 111000

Color Harmonies of #DA434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA434D

Black with #DA434D

Text Example


Text Example

White with #DA434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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