#DA6B79

Color #DA6B79 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DA6B79

Tints of Froly #DA6B79

Color information

#DA6B79 (or 0xDA6B79) is unknown color: approx Froly. HEX triplet: DA, 6B and 79. RGB value is (218,107,121). Sum of RGB (Red+Green+Blue) = 218+107+121=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B79 is #259486. Grayscale: #8D8D8D. Windows color (decimal): -2462855 or 7957466. OLE color: 7957466.

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

Color convert

RGB218107121-
CMYK00.510.440.15
HSL352.43º60%63.73%-
HSV(B)352.43º50.92%85.49%-
XYZ37.6226.821.28-
YUV141.78116.27182.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.88%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=48.88%
G=23.99%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810712100.510.440.15352.436063.73
HexDA6B790332CF1603c40
Octal332153171063541754074100
Binary1101101011010111111001011001110110011111011000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6B79; }

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

 H1.HeaderClassName
 {
   color: #DA6B79;
 }
 .AnyTagClassName
 {
   color: #DA6B79;
 }
</style>
background-color css

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

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

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

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

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

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