#DA6173

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

Shades of Froly #DA6173

Tints of Froly #DA6173

Color information

#DA6173 (or 0xDA6173) is unknown color: approx Froly. HEX triplet: DA, 61 and 73. RGB value is (218,97,115). Sum of RGB (Red+Green+Blue) = 218+97+115=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6173 is #259E8C. Grayscale: #878787. Windows color (decimal): -2465421 or 7561690. OLE color: 7561690.

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

Color convert

RGB21897115-
CMYK00.560.470.15
HSL351.07º62.05%61.76%-
HSV(B)351.07º55.5%85.49%-
XYZ36.2824.6919.07-
YUV135.23116.59187.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.70%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=50.70%
G=22.56%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189711500.560.470.15351.0762.0561.76
HexDA61730382FF15f3e3e
Octal33214116307057175377676
Binary110110101100001111001101110001011111111101011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6173; }

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

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

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

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

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

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

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

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