Html Css Color HEX #DA5F64 Mandy

📋 copy color: '#DA5F64'

red 218 ◦ green 95 ◦ blue 100

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

Shades of Mandy #DA5F64

Tints of Mandy #DA5F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

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

R = 52.78%
G = 23%
B = 24.21%

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

#DA5F64 (or 0xDA5F64) is known color: Mandy. HEX triplet: DA, 5F and 64. RGB value is (218,95,100). Sum of RGB (Red+Green+Blue) = 218+95+100=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F64 is #25A09B. Grayscale: #848484. Windows color (decimal): -2465948 or 6578138. OLE color: 6578138.

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

Color convert

RGB 218 95 100 -
CMYK 0 0.56 0.54 0.15
HSL 357.56º 0.62% 0.61% -
HSV(B) 357.56º 0.56% 0.85% -
XYZ 35.31 24.01 14.83 -
YUV 132.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 218 95 100 0 0.56 0.54 0.15 357.56 0.62 0.61
Hex DA 5F 64 0 38 36 F 166 3E 3D
Octal 332 137 144 0 70 66 17 546 76 75
Binary 11011010 1011111 1100100 0 111000 110110 1111 101100110 111110 111101

Color Harmonies of #DA5F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F64

Black with #DA5F64

Text Example


Text Example

White with #DA5F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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