Html Css Color HEX #DA737C Froly

📋 copy color: '#DA737C'

red 218 ◦ green 115 ◦ blue 124

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

Shades of Froly #DA737C

Tints of Froly #DA737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 47.7%
G = 25.16%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA737C (or 0xDA737C) is known color: Froly. HEX triplet: DA, 73 and 7C. RGB value is (218,115,124). Sum of RGB (Red+Green+Blue) = 218+115+124=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737C is #258C83. Grayscale: #929292. Windows color (decimal): -2460804 or 8156122. OLE color: 8156122.

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

Color convert

RGB 218 115 124 -
CMYK 0 0.47 0.43 0.15
HSL 354.76º 0.58% 0.65% -
HSV(B) 354.76º 0.47% 0.85% -
XYZ 38.68 28.62 22.55 -
YUV 146.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 218 115 124 0 0.47 0.43 0.15 354.76 0.58 0.65
Hex DA 73 7C 0 2F 2B F 163 3A 41
Octal 332 163 174 0 57 53 17 543 72 101
Binary 11011010 1110011 1111100 0 101111 101011 1111 101100011 111010 1000001

Color Harmonies of #DA737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA737C

Black with #DA737C

Text Example


Text Example

White with #DA737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA737C; }

 p { color: rgb(218,115,124); }

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

background-color css

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

 a { background-color: rgb(218,115,124); }

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

border-color css

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

 span { border-color: rgb(218,115,124); }

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