Html Css Color HEX #DA737B Froly

📋 copy color: '#DA737B'

red 218 ◦ green 115 ◦ blue 123

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

Shades of Froly #DA737B

Tints of Froly #DA737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 47.81%
G = 25.22%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA737B (or 0xDA737B) is known color: Froly. HEX triplet: DA, 73 and 7B. RGB value is (218,115,123). Sum of RGB (Red+Green+Blue) = 218+115+123=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737B is #258C84. Grayscale: #929292. Windows color (decimal): -2460805 or 8090586. OLE color: 8090586.

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

Color convert

RGB 218 115 123 -
CMYK 0 0.47 0.44 0.15
HSL 355.34º 0.58% 0.65% -
HSV(B) 355.34º 0.47% 0.85% -
XYZ 38.62 28.6 22.22 -
YUV 146.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 218 115 123 0 0.47 0.44 0.15 355.34 0.58 0.65
Hex DA 73 7B 0 2F 2C F 163 3A 41
Octal 332 163 173 0 57 54 17 543 72 101
Binary 11011010 1110011 1111011 0 101111 101100 1111 101100011 111010 1000001

Color Harmonies of #DA737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA737B

Black with #DA737B

Text Example


Text Example

White with #DA737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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