Html Css Color HEX #DA6D71 Froly

📋 copy color: '#DA6D71'

red 218 ◦ green 109 ◦ blue 113

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

Shades of Froly #DA6D71

Tints of Froly #DA6D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.77%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 49.55%
G = 24.77%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6D71 (or 0xDA6D71) is known color: Froly. HEX triplet: DA, 6D and 71. RGB value is (218,109,113). Sum of RGB (Red+Green+Blue) = 218+109+113=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D71 is #25928E. Grayscale: #8E8E8E. Windows color (decimal): -2462351 or 7433690. OLE color: 7433690.

HSL color Cylindrical-coordinate representation of color #DA6D71: hue angle of 357.8º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6D71 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 113 -
CMYK 0 0.5 0.48 0.15
HSL 357.8º 0.6% 0.64% -
HSV(B) 357.8º 0.5% 0.85% -
XYZ 37.36 27.03 18.87 -
YUV 142.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 218 109 113 0 0.5 0.48 0.15 357.8 0.6 0.64
Hex DA 6D 71 0 32 30 F 166 3C 40
Octal 332 155 161 0 62 60 17 546 74 100
Binary 11011010 1101101 1110001 0 110010 110000 1111 101100110 111100 1000000

Color Harmonies of #DA6D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D71

Black with #DA6D71

Text Example


Text Example

White with #DA6D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D71; }

 p { color: rgb(218,109,113); }

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

background-color css

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

 a { background-color: rgb(218,109,113); }

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

border-color css

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

 span { border-color: rgb(218,109,113); }

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