Html Css Color HEX #DA6D72 Froly

📋 copy color: '#DA6D72'

red 218 ◦ green 109 ◦ blue 114

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

Shades of Froly #DA6D72

Tints of Froly #DA6D72

RGB

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

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

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

R = 49.43%
G = 24.72%
B = 25.85%

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

#DA6D72 (or 0xDA6D72) is known color: Froly. HEX triplet: DA, 6D and 72. RGB value is (218,109,114). Sum of RGB (Red+Green+Blue) = 218+109+114=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D72 is #25928D. Grayscale: #8E8E8E. Windows color (decimal): -2462350 or 7499226. OLE color: 7499226.

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

Color convert

RGB 218 109 114 -
CMYK 0 0.5 0.48 0.15
HSL 357.25º 0.6% 0.64% -
HSV(B) 357.25º 0.5% 0.85% -
XYZ 37.42 27.06 19.17 -
YUV 142.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 218 109 114 0 0.5 0.48 0.15 357.25 0.6 0.64
Hex DA 6D 72 0 32 30 F 165 3C 40
Octal 332 155 162 0 62 60 17 545 74 100
Binary 11011010 1101101 1110010 0 110010 110000 1111 101100101 111100 1000000

Color Harmonies of #DA6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D72

Black with #DA6D72

Text Example


Text Example

White with #DA6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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