Html Css Color HEX #DA5965 Mandy

📋 copy color: '#DA5965'

red 218 ◦ green 89 ◦ blue 101

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

Shades of Mandy #DA5965

Tints of Mandy #DA5965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.81%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 53.43%
G = 21.81%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA5965 (or 0xDA5965) is known color: Mandy. HEX triplet: DA, 59 and 65. RGB value is (218,89,101). Sum of RGB (Red+Green+Blue) = 218+89+101=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5965 is #25A69A. Grayscale: #818181. Windows color (decimal): -2467483 or 6642138. OLE color: 6642138.

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

Color convert

RGB 218 89 101 -
CMYK 0 0.59 0.54 0.15
HSL 354.42º 0.64% 0.6% -
HSV(B) 354.42º 0.59% 0.85% -
XYZ 34.83 22.99 14.91 -
YUV 128.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 218 89 101 0 0.59 0.54 0.15 354.42 0.64 0.6
Hex DA 59 65 0 3B 36 F 162 40 3C
Octal 332 131 145 0 73 66 17 542 100 74
Binary 11011010 1011001 1100101 0 111011 110110 1111 101100010 1000000 111100

Color Harmonies of #DA5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5965

Black with #DA5965

Text Example


Text Example

White with #DA5965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5965; }

 p { color: rgb(218,89,101); }

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

background-color css

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

 a { background-color: rgb(218,89,101); }

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

border-color css

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

 span { border-color: rgb(218,89,101); }

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