Html Css Color HEX #DA737F Froly

📋 copy color: '#DA737F'

red 218 ◦ green 115 ◦ blue 127

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

Shades of Froly #DA737F

Tints of Froly #DA737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.61%

R = 47.39%
G = 25%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA737F (or 0xDA737F) is known color: Froly. HEX triplet: DA, 73 and 7F. RGB value is (218,115,127). Sum of RGB (Red+Green+Blue) = 218+115+127=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737F is #258C80. Grayscale: #939393. Windows color (decimal): -2460801 or 8352730. OLE color: 8352730.

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

Color convert

RGB 218 115 127 -
CMYK 0 0.47 0.42 0.15
HSL 353.01º 0.58% 0.65% -
HSV(B) 353.01º 0.47% 0.85% -
XYZ 38.87 28.7 23.57 -
YUV 147.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 218 115 127 0 0.47 0.42 0.15 353.01 0.58 0.65
Hex DA 73 7F 0 2F 2A F 161 3A 41
Octal 332 163 177 0 57 52 17 541 72 101
Binary 11011010 1110011 1111111 0 101111 101010 1111 101100001 111010 1000001

Color Harmonies of #DA737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA737F

Black with #DA737F

Text Example


Text Example

White with #DA737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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