#DA6170

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

Shades of Froly #DA6170

Tints of Froly #DA6170

Color information

#DA6170 (or 0xDA6170) is unknown color: approx Froly. HEX triplet: DA, 61 and 70. RGB value is (218,97,112). Sum of RGB (Red+Green+Blue) = 218+97+112=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6170 is #259E8F. Grayscale: #868686. Windows color (decimal): -2465424 or 7365082. OLE color: 7365082.

HSL color Cylindrical-coordinate representation of color #DA6170: hue angle of 352.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6170 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21897112-
CMYK00.560.490.15
HSL352.56º62.05%61.76%-
HSV(B)352.56º55.5%85.49%-
XYZ36.1124.6218.18-
YUV134.89115.09187.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.05%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=51.05%
G=22.72%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189711200.560.490.15352.5662.0561.76
HexDA617003831F1613e3e
Octal33214116007061175417676
Binary110110101100001111000001110001100011111101100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6170; }

 p { color: rgb(218,97,112); }

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

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

 a { background-color: rgb(218,97,112); }

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

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

 span { border-color: rgb(218,97,112); }

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