Html Css Color HEX #DA6E6F Froly

📋 copy color: '#DA6E6F'

red 218 ◦ green 110 ◦ blue 111

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

Shades of Froly #DA6E6F

Tints of Froly #DA6E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 49.66%
G = 25.06%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA6E6F (or 0xDA6E6F) is known color: Froly. HEX triplet: DA, 6E and 6F. RGB value is (218,110,111). Sum of RGB (Red+Green+Blue) = 218+110+111=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E6F is #259190. Grayscale: #8E8E8E. Windows color (decimal): -2462097 or 7302874. OLE color: 7302874.

HSL color Cylindrical-coordinate representation of color #DA6E6F: hue angle of 359.44º degrees, saturation: 0.59, 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 #DA6E6F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 111 -
CMYK 0 0.50 0.49 0.15
HSL 359.44º 0.59% 0.64% -
HSV(B) 359.44º 0.5% 0.85% -
XYZ 37.36 27.2 18.32 -
YUV 142.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 218 110 111 0 0.50 0.49 0.15 359.44 0.59 0.64
Hex DA 6E 6F 0 32 31 F 167 3B 40
Octal 332 156 157 0 62 61 17 547 73 100
Binary 11011010 1101110 1101111 0 110010 110001 1111 101100111 111011 1000000

Color Harmonies of #DA6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E6F

Black with #DA6E6F

Text Example


Text Example

White with #DA6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E6F; }

 p { color: rgb(218,110,111); }

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

background-color css

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

 a { background-color: rgb(218,110,111); }

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

border-color css

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

 span { border-color: rgb(218,110,111); }

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