Html Css Color HEX #DA5D62 Mandy

📋 copy color: '#DA5D62'

red 218 ◦ green 93 ◦ blue 98

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

Shades of Mandy #DA5D62

Tints of Mandy #DA5D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 53.3%
G = 22.74%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA5D62 (or 0xDA5D62) is known color: Mandy. HEX triplet: DA, 5D and 62. RGB value is (218,93,98). Sum of RGB (Red+Green+Blue) = 218+93+98=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D62 is #25A29D. Grayscale: #838383. Windows color (decimal): -2466462 or 6446554. OLE color: 6446554.

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

Color convert

RGB 218 93 98 -
CMYK 0 0.57 0.55 0.15
HSL 357.6º 0.63% 0.61% -
HSV(B) 357.6º 0.57% 0.85% -
XYZ 35.03 23.62 14.27 -
YUV 130.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 218 93 98 0 0.57 0.55 0.15 357.6 0.63 0.61
Hex DA 5D 62 0 39 37 F 166 3F 3D
Octal 332 135 142 0 71 67 17 546 77 75
Binary 11011010 1011101 1100010 0 111001 110111 1111 101100110 111111 111101

Color Harmonies of #DA5D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D62

Black with #DA5D62

Text Example


Text Example

White with #DA5D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D62; }

 p { color: rgb(218,93,98); }

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

background-color css

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

 a { background-color: rgb(218,93,98); }

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

border-color css

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

 span { border-color: rgb(218,93,98); }

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