Html Css Color HEX #DA6979 Froly

📋 copy color: '#DA6979'

red 218 ◦ green 105 ◦ blue 121

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

Shades of Froly #DA6979

Tints of Froly #DA6979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.65%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 49.1%
G = 23.65%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA6979 (or 0xDA6979) is known color: Froly. HEX triplet: DA, 69 and 79. RGB value is (218,105,121). Sum of RGB (Red+Green+Blue) = 218+105+121=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6979 is #259686. Grayscale: #8C8C8C. Windows color (decimal): -2463367 or 7956954. OLE color: 7956954.

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

Color convert

RGB 218 105 121 -
CMYK 0 0.52 0.44 0.15
HSL 351.5º 0.6% 0.63% -
HSV(B) 351.5º 0.52% 0.85% -
XYZ 37.42 26.39 21.21 -
YUV 140.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 218 105 121 0 0.52 0.44 0.15 351.5 0.6 0.63
Hex DA 69 79 0 34 2C F 160 3C 3F
Octal 332 151 171 0 64 54 17 540 74 77
Binary 11011010 1101001 1111001 0 110100 101100 1111 101100000 111100 111111

Color Harmonies of #DA6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6979

Black with #DA6979

Text Example


Text Example

White with #DA6979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6979; }

 p { color: rgb(218,105,121); }

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

background-color css

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

 a { background-color: rgb(218,105,121); }

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

border-color css

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

 span { border-color: rgb(218,105,121); }

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