Html Css Color HEX #DA747F Froly

📋 copy color: '#DA747F'

red 218 ◦ green 116 ◦ blue 127

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

Shades of Froly #DA747F

Tints of Froly #DA747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 47.29%
G = 25.16%
B = 27.55%

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

#DA747F (or 0xDA747F) is known color: Froly. HEX triplet: DA, 74 and 7F. RGB value is (218,116,127). Sum of RGB (Red+Green+Blue) = 218+116+127=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747F is #258B80. Grayscale: #939393. Windows color (decimal): -2460545 or 8352986. OLE color: 8352986.

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

Color convert

RGB 218 116 127 -
CMYK 0 0.47 0.42 0.15
HSL 353.53º 0.58% 0.65% -
HSV(B) 353.53º 0.47% 0.85% -
XYZ 38.99 28.93 23.61 -
YUV 147.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 218 116 127 0 0.47 0.42 0.15 353.53 0.58 0.65
Hex DA 74 7F 0 2F 2A F 162 3A 41
Octal 332 164 177 0 57 52 17 542 72 101
Binary 11011010 1110100 1111111 0 101111 101010 1111 101100010 111010 1000001

Color Harmonies of #DA747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA747F

Black with #DA747F

Text Example


Text Example

White with #DA747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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