Html Css Color HEX #DA464C Mandy

📋 copy color: '#DA464C'

red 218 ◦ green 70 ◦ blue 76

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

Shades of Mandy #DA464C

Tints of Mandy #DA464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 59.89%
G = 19.23%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA464C (or 0xDA464C) is known color: Mandy. HEX triplet: DA, 46 and 4C. RGB value is (218,70,76). Sum of RGB (Red+Green+Blue) = 218+70+76=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA464C is #25B9B3. Grayscale: #737373. Windows color (decimal): -2472372 or 4998874. OLE color: 4998874.

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

Color convert

RGB 218 70 76 -
CMYK 0 0.68 0.65 0.15
HSL 357.57º 0.67% 0.56% -
HSV(B) 357.57º 0.68% 0.85% -
XYZ 32.41 19.81 8.95 -
YUV 114.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 218 70 76 0 0.68 0.65 0.15 357.57 0.67 0.56
Hex DA 46 4C 0 44 41 F 166 43 38
Octal 332 106 114 0 104 101 17 546 103 70
Binary 11011010 1000110 1001100 0 1000100 1000001 1111 101100110 1000011 111000

Color Harmonies of #DA464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA464C

Black with #DA464C

Text Example


Text Example

White with #DA464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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