Html Css Color HEX #DA6064 Mandy

📋 copy color: '#DA6064'

red 218 ◦ green 96 ◦ blue 100

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

Shades of Mandy #DA6064

Tints of Mandy #DA6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 100 (39.45% from 255) = 24.15%

R = 52.66%
G = 23.19%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA6064 (or 0xDA6064) is known color: Mandy. HEX triplet: DA, 60 and 64. RGB value is (218,96,100). Sum of RGB (Red+Green+Blue) = 218+96+100=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6064 is #259F9B. Grayscale: #858585. Windows color (decimal): -2465692 or 6578394. OLE color: 6578394.

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

Color convert

RGB 218 96 100 -
CMYK 0 0.56 0.54 0.15
HSL 358.03º 0.62% 0.62% -
HSV(B) 358.03º 0.56% 0.85% -
XYZ 35.4 24.19 14.86 -
YUV 132.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 218 96 100 0 0.56 0.54 0.15 358.03 0.62 0.62
Hex DA 60 64 0 38 36 F 166 3E 3E
Octal 332 140 144 0 70 66 17 546 76 76
Binary 11011010 1100000 1100100 0 111000 110110 1111 101100110 111110 111110

Color Harmonies of #DA6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6064

Black with #DA6064

Text Example


Text Example

White with #DA6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6064; }

 p { color: rgb(218,96,100); }

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

background-color css

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

 a { background-color: rgb(218,96,100); }

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

border-color css

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

 span { border-color: rgb(218,96,100); }

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