Html Css Color HEX #DA737D Froly

📋 copy color: '#DA737D'

red 218 ◦ green 115 ◦ blue 125

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

Shades of Froly #DA737D

Tints of Froly #DA737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 47.6%
G = 25.11%
B = 27.29%

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

#DA737D (or 0xDA737D) is known color: Froly. HEX triplet: DA, 73 and 7D. RGB value is (218,115,125). Sum of RGB (Red+Green+Blue) = 218+115+125=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737D is #258C82. Grayscale: #939393. Windows color (decimal): -2460803 or 8221658. OLE color: 8221658.

HSL color Cylindrical-coordinate representation of color #DA737D: hue angle of 354.17º 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 #DA737D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 125 -
CMYK 0 0.47 0.43 0.15
HSL 354.17º 0.58% 0.65% -
HSV(B) 354.17º 0.47% 0.85% -
XYZ 38.75 28.65 22.89 -
YUV 146.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 218 115 125 0 0.47 0.43 0.15 354.17 0.58 0.65
Hex DA 73 7D 0 2F 2B F 162 3A 41
Octal 332 163 175 0 57 53 17 542 72 101
Binary 11011010 1110011 1111101 0 101111 101011 1111 101100010 111010 1000001

Color Harmonies of #DA737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA737D

Black with #DA737D

Text Example


Text Example

White with #DA737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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