Html Css Color HEX #DA6E72 Froly

📋 copy color: '#DA6E72'

red 218 ◦ green 110 ◦ blue 114

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

Shades of Froly #DA6E72

Tints of Froly #DA6E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 49.32%
G = 24.89%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6E72 (or 0xDA6E72) is known color: Froly. HEX triplet: DA, 6E and 72. RGB value is (218,110,114). Sum of RGB (Red+Green+Blue) = 218+110+114=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E72 is #25918D. Grayscale: #8E8E8E. Windows color (decimal): -2462094 or 7499482. OLE color: 7499482.

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

Color convert

RGB 218 110 114 -
CMYK 0 0.50 0.48 0.15
HSL 357.78º 0.59% 0.64% -
HSV(B) 357.78º 0.5% 0.85% -
XYZ 37.53 27.27 19.21 -
YUV 142.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 218 110 114 0 0.50 0.48 0.15 357.78 0.59 0.64
Hex DA 6E 72 0 32 30 F 166 3B 40
Octal 332 156 162 0 62 60 17 546 73 100
Binary 11011010 1101110 1110010 0 110010 110000 1111 101100110 111011 1000000

Color Harmonies of #DA6E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E72

Black with #DA6E72

Text Example


Text Example

White with #DA6E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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