Html Css Color HEX #DA434C Mandy

📋 copy color: '#DA434C'

red 218 ◦ green 67 ◦ blue 76

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

Shades of Mandy #DA434C

Tints of Mandy #DA434C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 60.39%
G = 18.56%
B = 21.05%

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

#DA434C (or 0xDA434C) is known color: Mandy. HEX triplet: DA, 43 and 4C. RGB value is (218,67,76). Sum of RGB (Red+Green+Blue) = 218+67+76=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA434C is #25BCB3. Grayscale: #717171. Windows color (decimal): -2473140 or 4998106. OLE color: 4998106.

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

Color convert

RGB 218 67 76 -
CMYK 0 0.69 0.65 0.15
HSL 356.42º 0.67% 0.56% -
HSV(B) 356.42º 0.69% 0.85% -
XYZ 32.23 19.44 8.89 -
YUV 113.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 218 67 76 0 0.69 0.65 0.15 356.42 0.67 0.56
Hex DA 43 4C 0 45 41 F 164 43 38
Octal 332 103 114 0 105 101 17 544 103 70
Binary 11011010 1000011 1001100 0 1000101 1000001 1111 101100100 1000011 111000

Color Harmonies of #DA434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA434C

Black with #DA434C

Text Example


Text Example

White with #DA434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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