Html Css Color HEX #DA5B66 Mandy

📋 copy color: '#DA5B66'

red 218 ◦ green 91 ◦ blue 102

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

Shades of Mandy #DA5B66

Tints of Mandy #DA5B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 53.04%
G = 22.14%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA5B66 (or 0xDA5B66) is known color: Mandy. HEX triplet: DA, 5B and 66. RGB value is (218,91,102). Sum of RGB (Red+Green+Blue) = 218+91+102=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5B66 is #25A499. Grayscale: #828282. Windows color (decimal): -2466970 or 6708186. OLE color: 6708186.

HSL color Cylindrical-coordinate representation of color #DA5B66: hue angle of 354.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5B66 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 91 102 -
CMYK 0 0.58 0.53 0.15
HSL 354.8º 0.63% 0.61% -
HSV(B) 354.8º 0.58% 0.85% -
XYZ 35.05 23.35 15.23 -
YUV 130.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 218 91 102 0 0.58 0.53 0.15 354.8 0.63 0.61
Hex DA 5B 66 0 3A 35 F 163 3F 3D
Octal 332 133 146 0 72 65 17 543 77 75
Binary 11011010 1011011 1100110 0 111010 110101 1111 101100011 111111 111101

Color Harmonies of #DA5B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B66

Black with #DA5B66

Text Example


Text Example

White with #DA5B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B66; }

 p { color: rgb(218,91,102); }

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

background-color css

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

 a { background-color: rgb(218,91,102); }

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

border-color css

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

 span { border-color: rgb(218,91,102); }

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